mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -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
@@ -14,10 +14,6 @@ LUAJIT_INSTALL_STAGING = YES
|
||||
|
||||
LUAJIT_PROVIDES = luainterpreter
|
||||
|
||||
ifneq ($(BR2_LARGEFILE),y)
|
||||
LUAJIT_NO_LARGEFILE = TARGET_LFSFLAGS=
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
LUAJIT_BUILDMODE = static
|
||||
else
|
||||
@@ -51,7 +47,6 @@ define LUAJIT_BUILD_CMDS
|
||||
HOST_CC="$(LUAJIT_HOST_CC)" \
|
||||
HOST_CFLAGS="$(HOST_CFLAGS)" \
|
||||
HOST_LDFLAGS="$(HOST_LDFLAGS)" \
|
||||
$(LUAJIT_NO_LARGEFILE) \
|
||||
BUILDMODE=$(LUAJIT_BUILDMODE) \
|
||||
-C $(@D) amalg
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user