From: Jeff Trawick Date: Mon, 3 Jun 2002 16:31:43 +0000 (+0000) Subject: fix a major snafu that broke binary builds X-Git-Tag: 2.0.37~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a50cd0978042699d27d994e6780a9ced7040520d;p=apache fix a major snafu that broke binary builds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95485 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/envvars-std.in b/support/envvars-std.in index acdbb12888..275dfb168f 100644 --- a/support/envvars-std.in +++ b/support/envvars-std.in @@ -2,7 +2,7 @@ # # This file is generated from envvars-std.in # -@SHLIBPATH_VAR@="@exp_libdir:$@SHLIBPATH_VAR@" +@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@" export @SHLIBPATH_VAR@ # @OS_SPECIFIC_VARS@