]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
binbuild.sh was using the ancient syntax --with-layout=BinaryDistribution
authorJeff Trawick <trawick@apache.org>
Tue, 14 May 2002 14:22:27 +0000 (14:22 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 14 May 2002 14:22:27 +0000 (14:22 +0000)
instead of --enable-layout=BinaryDistribution

I changed the layout for BinaryDistribution to install under
/usr/local/apache2 instead of /usr/local/apache.  Hopefully the
rest of the layout is reasonable.

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

build/binbuild.sh
config.layout

index 2c3d23a6c8f61208479d739de4fb6caff23a4238..ebf7efcf7e53445ae088ab4814e94993e9baeae5 100755 (executable)
@@ -12,7 +12,7 @@ DEFAULT_DIR="/usr/local/apache2"
 APDIR=`pwd`
 APDIR=`basename $APDIR`
 APFULLDIR=`pwd`
-CONFIGPARAM="--with-layout=BinaryDistribution --prefix=$BUILD_DIR --enable-mods-shared=most --with-expat=$APFULLDIR/srclib/apr-util/xml/expat --enable-static-support"
+CONFIGPARAM="--enable-layout=BinaryDistribution --prefix=$BUILD_DIR --enable-mods-shared=most --with-expat=$APFULLDIR/srclib/apr-util/xml/expat --enable-static-support"
 VER=`echo $APDIR |sed s/httpd-//`
 TAR="`srclib/apr/build/PrintPath tar`"
 GTAR="`srclib/apr/build/PrintPath gtar`"
index 1cab48454de0a2f61ec337b789b4960c680a4831..ba586464c53b1cdb7f44ee3f404ca5872ec16333 100644 (file)
@@ -60,7 +60,7 @@
 
 #   Apache binary distribution path layout
 <Layout BinaryDistribution>
-    prefix:        /usr/local/apache
+    prefix:        /usr/local/apache2
     exec_prefix:
     bindir:        bin
     sbindir:       bin