From f967c4ff5439757790866156cd698770978bcc9f Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Fri, 7 Dec 2001 15:55:23 +0000 Subject: [PATCH] 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 --- build/binbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-//` -- 2.50.1