mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
revert 17050 this was not the right way to fix this
SVN-Revision: 17075
This commit is contained in:
parent
09e06acbec
commit
e5221c1405
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user