From: Florian Fainelli Date: Sat, 1 Aug 2009 12:10:22 +0000 (+0000) Subject: [package] revert 17050 this was not the right way to fix this X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=614a348b8f39f3e27bd895871d5bb2d73a8f6591;p=openwrt%2Fsvn-archive%2Farchive.git [package] revert 17050 this was not the right way to fix this SVN-Revision: 17075 --- diff --git a/include/package-defaults.mk b/include/package-defaults.mk index e7d74b1ae1..2cfce7a92d 100644 --- a/include/package-defaults.mk +++ b/include/package-defaults.mk @@ -61,7 +61,8 @@ CONFIGURE_ARGS = \ --mandir=$(CONFIGURE_PREFIX)/man \ --infodir=$(CONFIGURE_PREFIX)/info \ $(DISABLE_NLS) \ - $(DISABLE_LARGEFILE) + $(DISABLE_LARGEFILE) \ + $(DISABLE_IPV6) CONFIGURE_VARS = \ $(TARGET_CONFIGURE_OPTS) \ @@ -84,8 +85,7 @@ define Build/Configure/Default $(2) \ $(CONFIGURE_CMD) \ $(CONFIGURE_ARGS) \ - $(1) \ - $(DISABLE_IPV6); \ + $(1); \ fi; \ ) endef