diff options
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 2ef879d85e..38faa68995 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -14,7 +14,7 @@ IPTABLES_LICENSE = GPLv2 IPTABLES_LICENSE_FILES = COPYING # Building static causes ugly warnings on some plugins IPTABLES_CONF_OPTS = --libexecdir=/usr/lib --with-kernel=$(STAGING_DIR)/usr \ - $(if $(BR2_PREFER_STATIC_LIB),,--disable-static) + $(if $(BR2_STATIC_LIBS),,--disable-static) # Because of iptables-01-fix-static-link.patch IPTABLES_AUTORECONF = YES |