summaryrefslogtreecommitdiff
path: root/package/iptables/patches/patch-libxtables_Makefile_am
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:32:45 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:34:51 +0100
commit749530741ecc8baf5cc25c3e8c889e0abe6c6c2d (patch)
tree8f5a4bef1301f00ab0e820891aaf269bfa3b90eb /package/iptables/patches/patch-libxtables_Makefile_am
parent20bf1277dbb5cf6b33bd519088f0367552e59f4b (diff)
iptables: update to latest stable version
Diffstat (limited to 'package/iptables/patches/patch-libxtables_Makefile_am')
-rw-r--r--package/iptables/patches/patch-libxtables_Makefile_am11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iptables/patches/patch-libxtables_Makefile_am b/package/iptables/patches/patch-libxtables_Makefile_am
deleted file mode 100644
index d05a100aa..000000000
--- a/package/iptables/patches/patch-libxtables_Makefile_am
+++ /dev/null
@@ -1,11 +0,0 @@
---- iptables-1.4.21.orig/libxtables/Makefile.am 2013-11-22 12:18:13.000000000 +0100
-+++ iptables-1.4.21/libxtables/Makefile.am 2014-04-08 11:51:20.000000000 +0200
-@@ -10,7 +10,7 @@ libxtables_la_LIBADD =
- if ENABLE_STATIC
- # With --enable-static, shipped extensions are linked into the main executable,
- # so we need all the LIBADDs here too
--libxtables_la_LIBADD += -lm
-+libxtables_la_LIBADD += -lm ${libnetfilter_conntrack_LIBS}
- endif
- if ENABLE_SHARED
- libxtables_la_CFLAGS = ${AM_CFLAGS}