[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. a796cdbfe9b96b50824a94896ec3bf18ee1a2f20

Stefan Fritsch sf at sfritsch.de
Mon Feb 6 21:22:27 UTC 2012


The following commit has been merged in the next branch:
commit 4952d0b2fea4033114b920049404543c3de4ae6b
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Feb 6 22:08:58 2012 +0100

    Re-arrange configure arguments, enable mod_cgi

diff --git a/debian/rules b/debian/rules
index 8dbcb02..55133da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -184,9 +184,12 @@ override_dh_auto_configure: prepare-custom-suexec suexec-maintainer-scripts
 		--with-suexec-bin=/usr/lib/apache2/suexec --with-suexec-docroot=/var/www \
 		--with-suexec-userdir=public_html --with-suexec-logfile=/var/log/apache2/suexec.log \
 		--with-suexec-uidmin=100 --enable-suexec=shared --enable-log-config=static \
-		--enable-logio=static --with-apr=/usr/bin/apr-1-config --with-apr-util=/usr/bin/apu-1-config \
-		--with-pcre=yes --enable-pie --enable-mods-shared=all --enable-mpms-shared=all \
-		--enable-mods-static=unixd \
+		--with-apr=/usr/bin/apr-1-config --with-apr-util=/usr/bin/apu-1-config \
+		--with-pcre=yes \
+		--enable-pie \
+		--enable-mpms-shared=all \
+		--enable-mods-shared="all cgi" \
+		--enable-mods-static="unixd logio" \
 		CFLAGS="$(AP2_CFLAGS)" CPPFLAGS="$(AP2_CPPFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" \
 		$(AP2_EXTRAFLAGS)
 

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list