All of lore.kernel.org
 help / color / mirror / Atom feed
* Compile fix
@ 2011-06-08 10:33 Jan Engelhardt
  2011-06-08 10:33 ` [PATCH] build: re-add missing CPPFLAGS for libiptc Jan Engelhardt
  2011-06-08 10:37 ` Compile fix Patrick McHardy
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-06-08 10:33 UTC (permalink / raw)
  To: kaber; +Cc: pablo, netfilter-devel


The following changes since commit 780607f8b040a47cd2d4775376e2d30f567dc049:

  option: fix ignored negation before implicit extension loading (2011-06-07 22:33:13 +0200)

are available in the git repository at:
  git://dev.medozas.de/iptables master

Jan Engelhardt (1):
      build: re-add missing CPPFLAGS for libiptc

 libiptc/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] build: re-add missing CPPFLAGS for libiptc
  2011-06-08 10:33 Compile fix Jan Engelhardt
@ 2011-06-08 10:33 ` Jan Engelhardt
  2011-06-08 10:37 ` Compile fix Patrick McHardy
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-06-08 10:33 UTC (permalink / raw)
  To: kaber; +Cc: pablo, netfilter-devel

These got lost on commit v1.4.11-12-g5c8f5b6.

Note: When /usr/include/libiptc/libiptc.h exists, this error is
masked away :-/  (IMO, #include-with-quotes "foo.h" should not
search system dirs...)

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 libiptc/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libiptc/Makefile.am b/libiptc/Makefile.am
index a7d0ea2..22c920f 100644
--- a/libiptc/Makefile.am
+++ b/libiptc/Makefile.am
@@ -1,5 +1,8 @@
 # -*- Makefile -*-
 
+AM_CFLAGS        = ${regular_CFLAGS}
+AM_CPPFLAGS      = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include ${kinclude_CPPFLAGS}
+
 pkgconfig_DATA      = libiptc.pc
 
 lib_LTLIBRARIES     = libip4tc.la libip6tc.la libiptc.la
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Compile fix
  2011-06-08 10:33 Compile fix Jan Engelhardt
  2011-06-08 10:33 ` [PATCH] build: re-add missing CPPFLAGS for libiptc Jan Engelhardt
@ 2011-06-08 10:37 ` Patrick McHardy
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2011-06-08 10:37 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: pablo, netfilter-devel

On 08.06.2011 12:33, Jan Engelhardt wrote:
> The following changes since commit 780607f8b040a47cd2d4775376e2d30f567dc049:
> 
>   option: fix ignored negation before implicit extension loading (2011-06-07 22:33:13 +0200)
> 
> are available in the git repository at:
>   git://dev.medozas.de/iptables master
> 
> Jan Engelhardt (1):
>       build: re-add missing CPPFLAGS for libiptc

Pulled, thanks Jan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-08 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 10:33 Compile fix Jan Engelhardt
2011-06-08 10:33 ` [PATCH] build: re-add missing CPPFLAGS for libiptc Jan Engelhardt
2011-06-08 10:37 ` Compile fix Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.