mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
lzo: add $(DISABLE_LARGEFILE) to configure options
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
This commit is contained in:
@@ -11,7 +11,7 @@ LZO_INSTALL_STAGING = YES
|
|||||||
LZO_INSTALL_TARGET = YES
|
LZO_INSTALL_TARGET = YES
|
||||||
LZO_INSTALL_STAGING_OPT = CC="$(TARGET_CC)" DESTDIR=$(STAGING_DIR) install
|
LZO_INSTALL_STAGING_OPT = CC="$(TARGET_CC)" DESTDIR=$(STAGING_DIR) install
|
||||||
LZO_CONF_ENV =
|
LZO_CONF_ENV =
|
||||||
LZO_CONF_OPT =
|
LZO_CONF_OPT = $(DISABLE_LARGEFILE)
|
||||||
LZO_DEPENDENCIES = uclibc
|
LZO_DEPENDENCIES = uclibc
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,lzo))
|
$(eval $(call AUTOTARGETS,package,lzo))
|
||||||
|
|||||||
Reference in New Issue
Block a user