diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-12-30 17:37:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-12-30 17:37:54 +0000 |
commit | 77091a95a5ef4b884adae7e4367ef2ea6ac9092a (patch) | |
tree | 43d592891efe3c9d78175b982df21a7d5f40e06c /net-firewall/iptables | |
parent | If a target w/out a libc is selected, then error out while attempting a step ... (diff) | |
download | gentoo-2-77091a95a5ef4b884adae7e4367ef2ea6ac9092a.tar.gz gentoo-2-77091a95a5ef4b884adae7e4367ef2ea6ac9092a.tar.bz2 gentoo-2-77091a95a5ef4b884adae7e4367ef2ea6ac9092a.zip |
also install libxtc.h
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/files/iptables-1.4.0-dev-files.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/iptables/files/iptables-1.4.0-dev-files.patch b/net-firewall/iptables/files/iptables-1.4.0-dev-files.patch index afb091aeb65f..6669adde8378 100644 --- a/net-firewall/iptables/files/iptables-1.4.0-dev-files.patch +++ b/net-firewall/iptables/files/iptables-1.4.0-dev-files.patch @@ -39,7 +39,7 @@ install headers and make a small archive for people to use endif +DEVEL_LIBS+=libiptc/libiptc.a -+DEVEL_HEADERS+=include/libiptc/libiptc.h include/libiptc/ipt_kernel_headers.h ++DEVEL_HEADERS+=include/libiptc/libiptc.h include/libiptc/ipt_kernel_headers.h include/libiptc/libxtc.h + libiptc/libip4tc.d libiptc/libip6tc.d: %.d: %.c @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d libiptc/libiptc.a($*.o):@' > $@ |