summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-16 15:48:52 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-16 15:48:52 +0000
commitfe202a6f8589b3043a92dd58317044ad0e431a2c (patch)
tree75316fe59ba4f0669129a511657ce1482945a001 /package/iptables
parentbd07d92aaddd32f7648d7e1f59d34a41019d4744 (diff)
downloadbuildroot-novena-fe202a6f8589b3043a92dd58317044ad0e431a2c.tar.gz
buildroot-novena-fe202a6f8589b3043a92dd58317044ad0e431a2c.zip
iptables: doesn't use glib
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 93f2c32be..f0aff6f83 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -13,7 +13,6 @@ IPTABLES_INSTALL_TARGET = YES
IPTABLES_AUTORECONF = YES
IPTABLES_DEPENDENCIES =
IPTABLES_CONFIGURE_OPT = --with-kernel=$(LINUX_HEADERS_DIR)
-IPTABLES_MAKE_OPT = GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal GLIB_MKENUMS=$(HOST_GLIB)/bin/glib-mkenums
$(eval $(call AUTOTARGETS,package,iptables))