diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-24 00:48:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-24 00:48:23 +0000 |
commit | de1c5f7a852f0eb3e46ee7b91d80a6c80b8f2068 (patch) | |
tree | 4a2304c78a61ce65127c1ba019ee5f7c12393fba /package/iptables | |
parent | 8d0bb8f5dda215d2041fd8b7866abc1e6d6f7b54 (diff) | |
download | openwrt-de1c5f7a852f0eb3e46ee7b91d80a6c80b8f2068.tar.gz openwrt-de1c5f7a852f0eb3e46ee7b91d80a6c80b8f2068.tar.bz2 openwrt-de1c5f7a852f0eb3e46ee7b91d80a6c80b8f2068.zip |
iptables: --enable-static and --enable-shared don't work well together, drop --enable-static
SVN-Revision: 19304
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index be5b95b149..324d5658f7 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -256,7 +256,6 @@ TARGET_CPPFLAGS := \ CONFIGURE_ARGS += \ --enable-shared \ - --enable-static \ --enable-devel \ --enable-ipv6 \ --with-kernel="$(LINUX_DIR)" \ |