mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03: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
@@ -16,12 +16,10 @@ ELFUTILS_PATCH = elfutils-portability-0.161.patch
|
||||
ELFUTILS_AUTORECONF = YES
|
||||
ELFUTILS_CONF_OPTS += --disable-werror
|
||||
|
||||
ifeq ($(BR2_LARGEFILE),y)
|
||||
# elfutils gets confused when lfs mode is forced, so don't
|
||||
ELFUTILS_CONF_ENV += \
|
||||
CFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CFLAGS))" \
|
||||
CPPFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CPPFLAGS))"
|
||||
endif
|
||||
|
||||
ELFUTILS_LDFLAGS = $(TARGET_LDFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user