mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
libxml: fix compilation without large file support
This commit is contained in:
parent
5404d73065
commit
dd655bccb6
@ -11,6 +11,10 @@ LIBXML2_AUTORECONF = NO
|
|||||||
LIBXML2_INSTALL_STAGING = YES
|
LIBXML2_INSTALL_STAGING = YES
|
||||||
LIBXML2_INSTALL_TARGET = YES
|
LIBXML2_INSTALL_TARGET = YES
|
||||||
|
|
||||||
|
ifneq ($(BR2_LARGEFILE),y)
|
||||||
|
LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"
|
||||||
|
endif
|
||||||
|
|
||||||
LIBXML2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
LIBXML2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||||
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
||||||
--exec-prefix=/usr --bindir=/usr/bin \
|
--exec-prefix=/usr --bindir=/usr/bin \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user