mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f8518c47ab
commit
f4716f79a0
@@ -13,8 +13,7 @@ LIGHTTPD_LICENSE_FILES = COPYING
|
||||
LIGHTTPD_DEPENDENCIES = host-pkgconf
|
||||
LIGHTTPD_CONF_OPTS = \
|
||||
--libdir=/usr/lib/lighttpd \
|
||||
--libexecdir=/usr/lib \
|
||||
$(if $(BR2_LARGEFILE),,--disable-lfs)
|
||||
--libexecdir=/usr/lib
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)
|
||||
LIGHTTPD_DEPENDENCIES += openssl
|
||||
|
||||
Reference in New Issue
Block a user