From 8a15caa1a361b92e5fd5c17a54e8d8f14db96cfc Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 3 Jun 2002 16:31:43 +0000 Subject: [PATCH] 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 --- support/envvars-std.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.50.1