]> granicus.if.org Git - apache/commitdiff
change binbuild.sh to use --enable-mods-shared=most. This adds 13 modules
authorGreg Ames <gregames@apache.org>
Fri, 7 Dec 2001 15:55:23 +0000 (15:55 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 7 Dec 2001 15:55:23 +0000 (15:55 +0000)
to the build.

Thanks again to Aaron for fixing this configure option.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92369 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index 8ec8a2a72086cdbf14e8f7c32cc9eddce9205388..ddcafbf8c82083adab8e78f94affc716d7d7444e 100755 (executable)
@@ -9,7 +9,7 @@
 OS=`./srclib/apr/build/config.guess`
 BUILD_DIR="`pwd`/bindist"
 DEFAULT_DIR="/usr/local/apache2"
-CONFIGPARAM="--with-layout=BinaryDistribution --prefix=$BUILD_DIR"
+CONFIGPARAM="--with-layout=BinaryDistribution --prefix=$BUILD_DIR --enable-mods-shared=most"
 APDIR=`pwd`
 APDIR=`basename $APDIR`
 VER=`echo $APDIR |sed s/httpd-//`