647cfe7aba
- Update to version 2.4.6 * SECURITY: CVE-2013-1896 (cve.mitre.org) * SECURITY: CVE-2013-2249 (cve.mitre.org) * Major updates to mod_lua * Support for proxying websocket requests * Higher performant shm-based cache implementation * Addition of mod_macro for easier configuration management * As well as several exciting fixes, especially those related to RFC edge cases in mod_cache and mod_proxy. - IMPORTANT : With the current packaging scheme, we can no longer Include the ITK MPM, therefore it has been disabled. This is because this MPM can now only be provided as a loadable module but we do not currently build MPMs as shared modules but as independant binaries and all helpers/startup scripts depend on that behaviour. It will be fixed in the upcoming weeks/months. OBS-URL: https://build.opensuse.org/request/show/184014 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=382
18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
--- httpd-2.4.6.orig/support/envvars-std.in
|
|
+++ httpd-2.4.6/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@
|