mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 23:17:43 +00:00
lighttpd: fix compilation without largefile support
lighttpd uses --disable-lfs instead of --disable-largefile. Remove redundant configure args while we're at it.
This commit is contained in:
parent
fc1491ce44
commit
57ae4753ed
@ -10,18 +10,18 @@ LIGHTTPD_INSTALL_STAGING = NO
|
|||||||
LIGHTTPD_INSTALL_TARGET = YES
|
LIGHTTPD_INSTALL_TARGET = YES
|
||||||
LIGHTTPD_DEPENDENCIES = uclibc
|
LIGHTTPD_DEPENDENCIES = uclibc
|
||||||
LIGHTTPD_CONF_ENV =
|
LIGHTTPD_CONF_ENV =
|
||||||
|
|
||||||
|
ifneq ($(BR2_LARGEFILE),y)
|
||||||
|
LIGHTTPD_LFS:=$(DISABLE_LARGEFILE) --disable-lfs
|
||||||
|
endif
|
||||||
|
|
||||||
LIGHTTPD_CONF_OPT = \
|
LIGHTTPD_CONF_OPT = \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
|
||||||
--host=$(GNU_TARGET_NAME) \
|
|
||||||
--build=$(GNU_HOST_NAME) \
|
|
||||||
--prefix=/usr \
|
|
||||||
--libdir=/usr/lib/lighttpd \
|
--libdir=/usr/lib/lighttpd \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--program-prefix="" \
|
--program-prefix="" \
|
||||||
$(DISABLE_IPV6) \
|
$(DISABLE_IPV6) \
|
||||||
$(DISABLE_LARGEFILE)
|
$(LIGHTTPD_LFS)
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_LIGHTTPD_OPENSSL)),y)
|
ifeq ($(strip $(BR2_PACKAGE_LIGHTTPD_OPENSSL)),y)
|
||||||
LIGHTTPD_DEPENDENCIES += openssl
|
LIGHTTPD_DEPENDENCIES += openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user