honour DISABLE_IPV6
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 7 Oct 2009 20:08:33 +0000 (22:08 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 7 Oct 2009 20:58:30 +0000 (22:58 +0200)
pass --disable-ipv6 to autoconfig packages if IPv6 support is turned off

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.autotools.in

index d36c884f05e563272046b4fe92db1746c75d7119..c3257cfbe385e3c02267683afe6afbfdea697997 100644 (file)
@@ -256,6 +256,7 @@ $(BUILD_DIR)/%/.stamp_configured:
                $(DISABLE_DOCUMENTATION) \
                $(DISABLE_NLS) \
                $(DISABLE_LARGEFILE) \
+               $(DISABLE_IPV6) \
                $(QUIET) $($(PKG)_CONF_OPT)
        $(Q)touch $@