SHA256
1
0
forked from pool/apache2

Accepting request 127265 from home:msmeissn:branches:Apache

- remove the insecure LD_LIBRARY_PATH line. bnc#757710

OBS-URL: https://build.opensuse.org/request/show/127265
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=365
This commit is contained in:
Roman Drahtmueller
2012-07-06 10:09:39 +00:00
committed by Git OBS Bridge
parent a0c3c6411d
commit f52518a957
2 changed files with 7 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
diff -uNr httpd-2.0.54.orig/support/envvars-std.in httpd-2.0.54/support/envvars-std.in
--- httpd-2.0.54.orig/support/envvars-std.in 2005-02-04 21:21:18.000000000 +0100
+++ httpd-2.0.54/support/envvars-std.in 2005-10-07 13:56:49.223546288 +0200
@@ -19,6 +19,7 @@
@@ -19,6 +19,6 @@
# This file is generated from envvars-std.in
#
@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
-@SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
+@SHLIBPATH_VAR@="@exp_libdir@${@SHLIBPATH_VAR@+:$@SHLIBPATH_VAR@}"
export @SHLIBPATH_VAR@
#