Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_security/files: mod_security-2.5.10-broken-autotools.patch
Date: Fri, 02 Oct 2009 10:47:01
Message-Id: E1Mtff9-0006nT-Jg@stork.gentoo.org
1 flameeyes 09/10/02 10:46:59
2
3 Added: mod_security-2.5.10-broken-autotools.patch
4 Log:
5 Ooops, fix the missing broken autotools correction.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-apache/mod_security/files/mod_security-2.5.10-broken-autotools.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/mod_security-2.5.10-broken-autotools.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/mod_security-2.5.10-broken-autotools.patch?rev=1.1&content-type=text/plain
13
14 Index: mod_security-2.5.10-broken-autotools.patch
15 ===================================================================
16 Index: modsecurity-apache_2.5.9/apache2/configure.in
17 ===================================================================
18 --- modsecurity-apache_2.5.9.orig/apache2/configure.in
19 +++ modsecurity-apache_2.5.9/apache2/configure.in
20 @@ -247,7 +247,7 @@ VERSION_OK
21 if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(apxs LIBDIR: $APXS_LIBDIR); fi
22 # Make sure the lib dir is used
23 if test -n "$APXS_LIBDIR"; then
24 - APXS_LIBS="-L{$APXS_LIBDIR} `$APXS -q LIBS` `$APXS -q EXTRA_LIBS`"
25 + APXS_LIBS="-L${APXS_LIBDIR} `$APXS -q LIBS` `$APXS -q EXTRA_LIBS`"
26 else
27 APXS_LIBS="`$APXS -q LIBS` `$APXS -q EXTRA_LIBS`"
28 fi