summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc7c4ca)
raw | patch | inline | side by side (parent: bc7c4ca)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 17 Sep 2009 08:12:07 +0000 (10:12 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 17 Sep 2009 08:12:07 +0000 (10:12 +0200) |
The iptc library is currenly only enabled, if the required headers where
found without “-I${KERNEL_DIR}”. Adding it to the CFLAGS when building
the shipped version of libiptc just breaks things, for example on
“collectd-master-amd64-linux-2.6”:
Linux hotdamn 2.6.9-42.ELsmp #1 SMP Tue Aug 15 10:35:26 BST 2006 x86_64 x86_64 x86_64 GNU/Linux
found without “-I${KERNEL_DIR}”. Adding it to the CFLAGS when building
the shipped version of libiptc just breaks things, for example on
“collectd-master-amd64-linux-2.6”:
Linux hotdamn 2.6.9-42.ELsmp #1 SMP Tue Aug 15 10:35:26 BST 2006 x86_64 x86_64 x86_64 GNU/Linux
src/owniptc/Makefile.am | patch | blob | history |
index a8ed93cce01e2f7280415a6744a90f31d9ca9ad1..d51e9934c088e6be8f275e597e2c157f05d82bf9 100644 (file)
--- a/src/owniptc/Makefile.am
+++ b/src/owniptc/Makefile.am
noinst_LTLIBRARIES = libiptc.la
-libiptc_la_CFLAGS = -I$(KERNEL_DIR)/include
libiptc_la_SOURCES = libip4tc.c libip6tc.c \
ipt_kernel_headers.h libip6tc.h libiptc.h linux_list.h \
xtables.h libxtc.h