diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 21:06:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 21:06:35 +0200 |
commit | b920b373c25cbf5ca43ef0b5817f2b35bb59b812 (patch) | |
tree | 88746a74b7a1bada46cadce5d4fe96e655c95335 /package/iptables/patches/patch-libxtables_Makefile_am | |
parent | 12f4e00dbef0f462935f3379be7279a96d3e3dc7 (diff) | |
parent | 1e60f16ff4121d20025f8a00244ae4b5856f5581 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iptables/patches/patch-libxtables_Makefile_am')
-rw-r--r-- | package/iptables/patches/patch-libxtables_Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iptables/patches/patch-libxtables_Makefile_am b/package/iptables/patches/patch-libxtables_Makefile_am new file mode 100644 index 000000000..d05a100aa --- /dev/null +++ b/package/iptables/patches/patch-libxtables_Makefile_am @@ -0,0 +1,11 @@ +--- 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} |