[package] globally define IPv6 support or not in OpenWrt, just like for largefiles...
[openwrt-10.03/.git] / include / package-defaults.mk
index 753c10227e9ecdcabc57cf7a80ea2140ebf0a4f3..3cba736f0f101d282b4033d1056ebe97f4836e11 100644 (file)
@@ -60,7 +60,9 @@ CONFIGURE_ARGS = \
                --localstatedir=/var \
                --mandir=$(CONFIGURE_PREFIX)/man \
                --infodir=$(CONFIGURE_PREFIX)/info \
-               $(DISABLE_NLS)
+               $(DISABLE_NLS) \
+               $(DISABLE_LARGEFILE) \
+               $(DISABLE_IPV6)
 
 CONFIGURE_VARS = \
                $(TARGET_CONFIGURE_OPTS) \