summaryrefslogtreecommitdiffstats
path: root/abs/core/iptables/0503-extension_cppflags.patch
blob: 0eb645731a1990dc42a354f036908f9f7719f820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/extensions/GNUmakefile.in
===================================================================
--- a/extensions/GNUmakefile.in	2012-03-27 12:14:05.000000000 -0400
+++ b/extensions/GNUmakefile.in	2012-03-27 16:03:48.378790221 -0400
@@ -21,7 +21,7 @@
 kinclude_CPPFLAGS  = @kinclude_CPPFLAGS@
 
 AM_CFLAGS       = ${regular_CFLAGS}
-AM_CPPFLAGS     = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include ${kinclude_CPPFLAGS}
+AM_CPPFLAGS     = ${CPPFLAGS} ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include ${kinclude_CPPFLAGS}
 AM_DEPFLAGS     = -Wp,-MMD,$(@D)/.$(@F).d,-MT,$@
 AM_LDFLAGS      = @noundef_LDFLAGS@