]> granicus.if.org Git - apache/commitdiff
Fix OS/390 binbuild break
authorBill Stoddard <stoddard@apache.org>
Thu, 13 Jan 2000 16:02:09 +0000 (16:02 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 13 Jan 2000 16:02:09 +0000 (16:02 +0000)
Submitted by: Greg Ames

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

build/binbuild.sh

index 16eb20263c4cdfcff48a23da2e1b099ac1f4de65..9d44b6a5e9d2ff3a1cd59fc91057b6366dbafc38 100755 (executable)
@@ -8,7 +8,7 @@
 
 OS=`src/helpers/GuessOS`
 case "x$OS" in
-  x*390) CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-module=log_agent --enable-module=log_referer --enable-module=example --enable-module=mmap_static";;
+  x*390*) CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most";;
       *) CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-shared=max";;
 esac
 APDIR=`pwd`
@@ -272,7 +272,7 @@ else
     if [ "x$TAR" != "x" ]
     then
       case "x$OS" in
-        x*390) $TAR -cfU ../apache_$VER-$OS.tar -C .. apache_$VER;;
+        x*390*) $TAR -cfU ../apache_$VER-$OS.tar -C .. apache_$VER;;
            *) $TAR -cf ../apache_$VER-$OS.tar -C .. apache_$VER;;
       esac
       if [ "x$GZIP" != "x" ]