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-as-needed.patch
Date: Thu, 01 Oct 2009 22:07:43
Message-Id: E1MtToJ-0008BN-3i@stork.gentoo.org
1 flameeyes 09/10/01 22:07:39
2
3 Added: mod_security-2.5.10-as-needed.patch
4 Log:
5 Version bump.
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-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/mod_security-2.5.10-as-needed.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-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: mod_security-2.5.10-as-needed.patch
15 ===================================================================
16 diff -Naurp -Naurp modsecurity-apache_2.5.9.old/apache2/Makefile.in modsecurity-apache_2.5.9/apache2/Makefile.in
17 --- modsecurity-apache_2.5.9.old/apache2/Makefile.in 2009-07-02 19:18:31.000000000 +0200
18 +++ modsecurity-apache_2.5.9/apache2/Makefile.in 2009-07-02 19:48:23.000000000 +0200
19 @@ -52,11 +52,11 @@ APU_LIBS = @APU_LIBS@
20 APU_LINK_LD = @APU_LINK_LD@
21
22 CPPFLAGS = @CPPFLAGS@ $(PCRE_CFLAGS) $(LIBXML2_CFLAGS) $(LUA_CFLAGS)
23 -LIBS = @LIBS@ $(PCRE_LIBS) $(LIBXML2_LIBS) $(LUA_LIBS)
24 +LIBS = @LIBS@ $(PCRE_LIBS) $(LIBXML2_LIBS) $(LUA_LIBS) $(APXS_LIBS) $(APR_LIBS) $(APR_LINK_LD) $(APU_LIBS) $(APU_LINK_LD)
25 LDFLAGS = @LDFLAGS@
26 CFLAGS = @CFLAGS@
27
28 -COMPILE_APACHE_MOD = $(APXS_WRAPPER) -c $(CPPFLAGS) $(LDFLAGS) $(LIBS)
29 +COMPILE_APACHE_MOD = $(APXS_WRAPPER) -c $(CPPFLAGS) $(LDFLAGS)
30
31 INSTALL_MOD_SHARED = $(APXS_WRAPPER) -i
32
33 @@ -93,7 +93,7 @@ mod_security2.la: $(MOD_SECURITY2_H) *.c
34 src="$$src $$f.c"; \
35 done; \
36 rm -f msc_test msc_test.o msc_test.lo msc_test.slo; \
37 - $(COMPILE_APACHE_MOD) $(APXS_EXTRA_CFLAGS) $(MODSEC_APXS_EXTRA_CFLAGS) $$src
38 + $(COMPILE_APACHE_MOD) $(APXS_EXTRA_CFLAGS) $(MODSEC_APXS_EXTRA_CFLAGS) $$src $(LIBS)
39
40 ### MLogC
41 mlogc: