[csw-devel] SF.net SVN: gar:[19361] csw/mgar/pkg/apache2/branches/apache24/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Oct 2 17:19:37 CEST 2012


Revision: 19361
          http://gar.svn.sourceforge.net/gar/?rev=19361&view=rev
Author:   bdwalton
Date:     2012-10-02 15:19:37 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
apache2/branches/apache24: update configure options to start fresh for 2.4; drop other 2.2 mgar targets

Modified Paths:
--------------
    csw/mgar/pkg/apache2/branches/apache24/Makefile

Modified: csw/mgar/pkg/apache2/branches/apache24/Makefile
===================================================================
--- csw/mgar/pkg/apache2/branches/apache24/Makefile	2012-10-02 13:39:25 UTC (rev 19360)
+++ csw/mgar/pkg/apache2/branches/apache24/Makefile	2012-10-02 15:19:37 UTC (rev 19361)
@@ -48,14 +48,15 @@
 INITSMF = /etc/opt/csw/init.d/cswapache2
 
 # Build Configuration
-CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config
-CONFIGURE_ARGS += --with-apr-util=$(prefix)/bin/apu-1-config
-CONFIGURE_ARGS += --with-mpm=$(MPM)
-CONFIGURE_ARGS += --disable-static
-CONFIGURE_ARGS += --enable-layout=csw
-CONFIGURE_ARGS += --enable-rule=SSL_EXPERIMENTAL
-CONFIGURE_ARGS += --enable-ssl
-CONFIGURE_ARGS += --with-z=$(prefix)
+CONFIGURE_ARGS  = --with-apr=$(prefix)
+CONFIGURE_ARGS += --with-pcre=$(prefix)
+CONFIGURE_ARGS += --with-libxml2=$(prefix)
+CONFIGURE_ARGS += --with-lua=$(prefix)
+CONFIGURE_ARGS += --enable-mpms-shared=all
+CONFIGURE_ARGS += --enable-layout=OpenCSW
+CONFIGURE_ARGS += --enable-mods-shared=all
+CONFIGURE_ARGS += --enable-privileges
+CONFIGURE_ARGS += --enable-vhost-alias
 CONFIGURE_ARGS += --with-ssl=$(prefix)
 
 # Fixup target variables
@@ -69,11 +70,3 @@
 
 CFLAGS := -DSSL_EXPERIMENTAL -DSSL_ENGINE $(CFLAGS)
 
-FIXCONFIG_DIRS     = $(DESTDIR)
-FIXCONFIG_RMPATHS  = $(DESTDIR)
-
-pre-configure-modulated:
-	(cd $(WORKDIR)/$(NAME)-$(VERSION); ./buildconf)
-	@gsed -e s,INSTALL_PREFIX,$(prefix)/apache2,g \
-		$(WORKDIR)/config.layout > $(WORKDIR)/$(NAME)-$(VERSION)/config.layout
-	@$(MAKECOOKIE)

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