mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
include/packages-defaults.mk: Remove LARGEFILE option
Remove LARGEFILE option, support was removed back in 2011 (OpenWrt rev 25208). Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
9d91ef52c3
commit
edda8ecd79
@ -92,7 +92,6 @@ 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_IPV6)
|
$(DISABLE_IPV6)
|
||||||
|
|
||||||
CONFIGURE_VARS = \
|
CONFIGURE_VARS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user