summaryrefslogtreecommitdiff
path: root/www/mod_security/files/extra-patch-fix-6.x-link
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_security/files/extra-patch-fix-6.x-link')
-rw-r--r--www/mod_security/files/extra-patch-fix-6.x-link11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_security/files/extra-patch-fix-6.x-link b/www/mod_security/files/extra-patch-fix-6.x-link
new file mode 100644
index 000000000000..5347cadecc1a
--- /dev/null
+++ b/www/mod_security/files/extra-patch-fix-6.x-link
@@ -0,0 +1,11 @@
+--- mlogc-src/Makefile.in.orig 2008-09-02 23:10:36.000000000 +0000
++++ mlogc-src/Makefile.in 2009-08-09 20:24:50.000000000 +0000
+@@ -10,7 +10,7 @@
+ MLOGC_VERSION = `grep '^\#define *VERSION ' mlogc.c | sed 's/.*VERSION *"\([^"]*\)"/\1/'`
+
+ APR_FLAGS = @APR_CFLAGS@
+-APR_LIBS = @APR_LINK_LD@
++APR_LIBS = @APR_LINK_LD@ @APR_LIBS@
+
+ CURL_FLAGS = @CURL_CFLAGS@
+ CURL_LIBS = @CURL_LIBS@