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 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]
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
#
# 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@