diff options
Diffstat (limited to 'net-firewall')
-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):@' > $@ |