Commit 263c2f83 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer Committed by Peter Korsgaard
Browse files

honour DISABLE_IPV6



pass --disable-ipv6 to autoconfig packages if IPv6 support is turned off

Signed-off-by: default avatarBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 0bc7a43f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -256,6 +256,7 @@ $(BUILD_DIR)/%/.stamp_configured:
		$(DISABLE_DOCUMENTATION) \
		$(DISABLE_NLS) \
		$(DISABLE_LARGEFILE) \
		$(DISABLE_IPV6) \
		$(QUIET) $($(PKG)_CONF_OPT)
	$(Q)touch $@