You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/09/23 20:34:15 UTC

svn commit: r818185 - in /httpd/mod_fcgid/trunk: CHANGES-FCGID build/Makefile.apxs

Author: trawick
Date: Wed Sep 23 18:34:14 2009
New Revision: 818185

URL: http://svn.apache.org/viewvc?rev=818185&view=rev
Log:
Fix a mod_fcgid 2.3.1 failure with <sys/mutex.h> when building for
httpd 2.0.x on some platforms.

This was due to a copy-and-paste error in build/Makefile.apxs.

Submitted by: Paul Howarth <paul city-fan.org>
Reviewed by: trawick

Modified:
    httpd/mod_fcgid/trunk/CHANGES-FCGID
    httpd/mod_fcgid/trunk/build/Makefile.apxs

Modified: httpd/mod_fcgid/trunk/CHANGES-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/CHANGES-FCGID?rev=818185&r1=818184&r2=818185&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] (original)
+++ httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] Wed Sep 23 18:34:14 2009
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with mod_fcgid 2.3.2
 
+  *) Fix a mod_fcgid 2.3.1 failure with <sys/mutex.h> when building for
+     httpd 2.0.x on some platforms.  [Paul Howarth <paul city-fan.org>]
+
   *) Merge mod_fcgid per-directory directives so that they can be inherited
      or overridden within other containers as expected.  Affected directives:
      FCGIDAccessChecker, FCGIDAccessCheckerAuthoritative, FCGIDAuthenticator,

Modified: httpd/mod_fcgid/trunk/build/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/build/Makefile.apxs?rev=818185&r1=818184&r2=818185&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/build/Makefile.apxs (original)
+++ httpd/mod_fcgid/trunk/build/Makefile.apxs Wed Sep 23 18:34:14 2009
@@ -40,13 +40,13 @@
 conftest_foofn: conftest_foofn.lo
 	$(LINK) conftest_foofn.lo
 
-conftest_sys_file_h: conftest_sys_mman_h.lo
+conftest_sys_file_h: conftest_sys_file_h.lo
 	@echo "success" > $@
 
 conftest_sys_mman_h: conftest_sys_mman_h.lo
 	@echo "success" > $@
 
-conftest_sys_mutex_h: conftest_sys_mman_h.lo
+conftest_sys_mutex_h: conftest_sys_mutex_h.lo
 	@echo "success" > $@
 
 conftest_sys_shm_h: conftest_sys_shm_h.lo