diff options
author | Jeff Trawick <trawick@apache.org> | 2001-12-15 22:50:19 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-12-15 22:50:19 +0100 |
commit | 1f5c20551ce58dec3fb3ef5971a1dd8459ef2b2e (patch) | |
tree | 25a8dce466158a3137abd858960d2f6618fcc784 /support/envvars-std.in | |
parent | some acts of stupidity are better left undescribed (diff) | |
download | apache2-1f5c20551ce58dec3fb3ef5971a1dd8459ef2b2e.tar.xz apache2-1f5c20551ce58dec3fb3ef5971a1dd8459ef2b2e.zip |
get binbuild to do the right thing with envvars (install/edit as
appropriate)
fix a problem in the load-library-path setting (wrong kind of
quotes were used)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/envvars-std.in')
-rw-r--r-- | support/envvars-std.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/envvars-std.in b/support/envvars-std.in index 37a8606278..831d8733eb 100644 --- a/support/envvars-std.in +++ b/support/envvars-std.in @@ -4,7 +4,7 @@ # # the following lines are automatically uncommented for # binary builds -#binbuild @SHLIBPATH_VAR@='@prefix@/lib/:$@SHLIBPATH_VAR@' +#binbuild @SHLIBPATH_VAR@="@prefix@/lib/:$@SHLIBPATH_VAR@" #binbuild export @SHLIBPATH_VAR@ # @OS_SPECIFIC_VARS@ |