From: Jo-Philipp Wich Date: Sun, 24 Jan 2010 00:48:23 +0000 (+0000) Subject: iptables: --enable-static and --enable-shared don't work well together, drop --enable... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=de1c5f7a852f0eb3e46ee7b91d80a6c80b8f2068;p=openwrt%2Fstaging%2Fwigyori.git iptables: --enable-static and --enable-shared don't work well together, drop --enable-static SVN-Revision: 19304 --- 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)" \