diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-02 10:46:59 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-02 10:46:59 +0000 |
commit | c394debe495deca3b46c6fd1643de99e5222a7a8 (patch) | |
tree | 0dab1772195987fe9c83c1e8a55f265be6ba4b19 /www-apache/mod_security/files | |
parent | Version bump wrt #287200, thanks to Nick Bowler for reporting. (diff) | |
download | gentoo-2-c394debe495deca3b46c6fd1643de99e5222a7a8.tar.gz gentoo-2-c394debe495deca3b46c6fd1643de99e5222a7a8.tar.bz2 gentoo-2-c394debe495deca3b46c6fd1643de99e5222a7a8.zip |
Ooops, fix the missing broken autotools correction.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_security/files')
-rw-r--r-- | www-apache/mod_security/files/mod_security-2.5.10-broken-autotools.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www-apache/mod_security/files/mod_security-2.5.10-broken-autotools.patch b/www-apache/mod_security/files/mod_security-2.5.10-broken-autotools.patch new file mode 100644 index 000000000000..6992aa3f1ac3 --- /dev/null +++ b/www-apache/mod_security/files/mod_security-2.5.10-broken-autotools.patch @@ -0,0 +1,13 @@ +Index: modsecurity-apache_2.5.9/apache2/configure.in +=================================================================== +--- modsecurity-apache_2.5.9.orig/apache2/configure.in ++++ modsecurity-apache_2.5.9/apache2/configure.in +@@ -247,7 +247,7 @@ VERSION_OK + if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(apxs LIBDIR: $APXS_LIBDIR); fi + # Make sure the lib dir is used + if test -n "$APXS_LIBDIR"; then +- APXS_LIBS="-L{$APXS_LIBDIR} `$APXS -q LIBS` `$APXS -q EXTRA_LIBS`" ++ APXS_LIBS="-L${APXS_LIBDIR} `$APXS -q LIBS` `$APXS -q EXTRA_LIBS`" + else + APXS_LIBS="`$APXS -q LIBS` `$APXS -q EXTRA_LIBS`" + fi |