mirror of https://github.com/hak5/openwrt.git
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>openwrt-18.06
parent
9d91ef52c3
commit
edda8ecd79
|
@ -92,7 +92,6 @@ CONFIGURE_ARGS = \
|
|||
--mandir=$(CONFIGURE_PREFIX)/man \
|
||||
--infodir=$(CONFIGURE_PREFIX)/info \
|
||||
$(DISABLE_NLS) \
|
||||
$(DISABLE_LARGEFILE) \
|
||||
$(DISABLE_IPV6)
|
||||
|
||||
CONFIGURE_VARS = \
|
||||
|
|
Loading…
Reference in New Issue