add chaos_calmer branch
[15.05/openwrt.git] / package / libs / libnetfilter-log / patches / 0001-build-remove-unnecessary-pkgconfig-config.status-dep.patch
1 From 8858b8eacd1385f99796ead78b3a7157c5e93121 Mon Sep 17 00:00:00 2001
2 From: Jan Engelhardt <jengelh@inai.de>
3 Date: Sun, 24 Jun 2012 14:57:14 +0200
4 Subject: [PATCH 1/6] build: remove unnecessary pkgconfig->config.status
5  dependency
6
7 The flags obtained from pkgconfig are in essence preprocessor ones.
8
9 Signed-off-by: Jan Engelhardt <jengelh@inai.de>
10 ---
11  Make_global.am |    4 ++--
12  1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/Make_global.am b/Make_global.am
15 index b7dab7b..a4e9bd9 100644
16 --- a/Make_global.am
17 +++ b/Make_global.am
18 @@ -1,2 +1,2 @@
19 -AM_CPPFLAGS = -I${top_srcdir}/include
20 -AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
21 +AM_CPPFLAGS = -I${top_srcdir}/include ${LIBNFNETLINK_CFLAGS}
22 +AM_CFLAGS = -Wall
23 -- 
24 1.7.10.4
25