[csw-devel] SF.net SVN: gar:[11003] csw/mgar/pkg/apache2/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Sep 19 04:21:40 CEST 2010


Revision: 11003
          http://gar.svn.sourceforge.net/gar/?rev=11003&view=rev
Author:   bdwalton
Date:     2010-09-19 02:21:39 +0000 (Sun, 19 Sep 2010)

Log Message:
-----------
apache2: build all modules as .so when we're building prefork

Modified Paths:
--------------
    csw/mgar/pkg/apache2/trunk/Makefile

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-09-19 02:19:52 UTC (rev 11002)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-09-19 02:21:39 UTC (rev 11003)
@@ -89,6 +89,8 @@
 CONFIGURE_ARGS += --disable-static
 ifneq ($(MPM),prefork)
 CONFIGURE_ARGS += --enable-modules=none
+else
+CONFIGURE_ARGS += --enable-mods-shared=all
 endif
 
 # Fixup target variables


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list