From: Greg Ames Date: Fri, 7 Dec 2001 15:55:23 +0000 (+0000) Subject: change binbuild.sh to use --enable-mods-shared=most. This adds 13 modules X-Git-Tag: 2.0.30~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f967c4ff5439757790866156cd698770978bcc9f;p=apache change binbuild.sh to use --enable-mods-shared=most. This adds 13 modules 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 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index 8ec8a2a720..ddcafbf8c8 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -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-//`