e249e1729b
- Upgrade to apache 2.4.2 ** ATTENTION, before installing this update YOU MUST READ http://httpd.apache.org/docs/2.4/upgrading.html CAREFULLY otherwise your server will most likely fail to start due to backward incompatible changes. * You can read the huge complete list of changes at http://httpd.apache.org/docs/2.4/new_features_2_4.html OBS-URL: https://build.opensuse.org/request/show/129508 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=370
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
--- support/envvars-std.in.orig
|
|
+++ support/envvars-std.in
|
|
@@ -18,11 +18,9 @@
|
|
#
|
|
# This file is generated from envvars-std.in
|
|
#
|
|
-if test "x$@SHLIBPATH_VAR@" != "x" ; then
|
|
- @SHLIBPATH_VAR@="@exp_libdir@:$@SHLIBPATH_VAR@"
|
|
-else
|
|
- @SHLIBPATH_VAR@="@exp_libdir@"
|
|
-fi
|
|
+
|
|
+@SHLIBPATH_VAR@="@exp_libdir@${@SHLIBPATH_VAR@+:$@SHLIBPATH_VAR@}"
|
|
+
|
|
export @SHLIBPATH_VAR@
|
|
#
|
|
@OS_SPECIFIC_VARS@
|