move the global ipv6 option to the very bottom of the options passed to configure scripts, so that we can still override it in package makefiles (#5592, #5586)

SVN-Revision: 17050
v19.07.3_mercusys_ac12_duma
Florian Fainelli 15 years ago
parent 138024c070
commit 04fc02ba10

@ -61,8 +61,7 @@ CONFIGURE_ARGS = \
--mandir=$(CONFIGURE_PREFIX)/man \ --mandir=$(CONFIGURE_PREFIX)/man \
--infodir=$(CONFIGURE_PREFIX)/info \ --infodir=$(CONFIGURE_PREFIX)/info \
$(DISABLE_NLS) \ $(DISABLE_NLS) \
$(DISABLE_LARGEFILE) \ $(DISABLE_LARGEFILE)
$(DISABLE_IPV6)
CONFIGURE_VARS = \ CONFIGURE_VARS = \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
@ -85,7 +84,8 @@ define Build/Configure/Default
$(2) \ $(2) \
$(CONFIGURE_CMD) \ $(CONFIGURE_CMD) \
$(CONFIGURE_ARGS) \ $(CONFIGURE_ARGS) \
$(1); \ $(1) \
$(DISABLE_IPV6); \
fi; \ fi; \
) )
endef endef

Loading…
Cancel
Save