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 | 7472c34a933568182caff61ea4d53a0e32885dfc (patch) | |
tree | 6fe675a1b647cf918ac16f41fc75d53a0e293cb1 /package/iptables | |
parent | 16fdab4f4568eac767d460c7f8b9f7b290febdd2 (diff) | |
download | upstream-7472c34a933568182caff61ea4d53a0e32885dfc.tar.gz upstream-7472c34a933568182caff61ea4d53a0e32885dfc.tar.bz2 upstream-7472c34a933568182caff61ea4d53a0e32885dfc.zip |
[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
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)" \ |