From: jow Date: Sun, 24 Jan 2010 00:48:23 +0000 (+0000) Subject: [package] iptables: --enable-static and --enable-shared don't work well together... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=0da4bf13b7ca939ac28276509bc611f334caacc9 [package] iptables: --enable-static and --enable-shared don't work well together, drop --enable-static git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19304 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index be5b95b14..324d5658f 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)" \