]> granicus.if.org Git - apache/commitdiff
don't leave the shared library path variable commented out in envvars
authorJeff Trawick <trawick@apache.org>
Wed, 15 May 2002 17:47:39 +0000 (17:47 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 May 2002 17:47:39 +0000 (17:47 +0000)
for non-binbuild...  OS/390 needs it set all the time

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

CHANGES
build/binbuild.sh
support/envvars-std.in

diff --git a/CHANGES b/CHANGES
index ebc4f586253af2fa26e4360ba039265583ee3015..2d140ed8154bb4d36db2fac3da8e728c16918b3a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.37
 
+  *) OS/390: LIBPATH no longer has to be manually uncommented in
+     envvars to get apachectl to set up httpd properly.  [Jeff Trawick]
+
   *) mod_isapi: All mod_isapi directives, excluding ISAPICacheFile,
      may now be specified to the <File/Directory > container, rather
      than by vhost.  [William Rowe]
index 9e386fb7c5d93894280a057e158fb6794d2ec2c6..37bec536b59c9f9b5c8742985072512e08ac774b 100755 (executable)
@@ -139,7 +139,6 @@ cp bindist/conf/httpd.conf bindist/conf/httpd-std.conf
 
 for one_file in apachectl envvars envvars-std; do
     sed -e "s%$BUILD_DIR%$DEFAULT_DIR%" \
-        -e "s%^#binbuild %%" \
         bindist/bin/$one_file > bindist/bin/$one_file.tmp
     mv bindist/bin/$one_file.tmp bindist/bin/$one_file
 done
index 831d8733ebd1cb9aa5a097ad02ba49908204d317..acdbb128889e027e413fd0ee2d060907f0929ce3 100644 (file)
@@ -2,9 +2,7 @@
 #
 # This file is generated from envvars-std.in
 #
-# the following lines are automatically uncommented for
-# binary builds
-#binbuild @SHLIBPATH_VAR@="@prefix@/lib/:$@SHLIBPATH_VAR@"
-#binbuild export @SHLIBPATH_VAR@
+@SHLIBPATH_VAR@="@exp_libdir:$@SHLIBPATH_VAR@"
+export @SHLIBPATH_VAR@
 #
 @OS_SPECIFIC_VARS@