mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +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
@@ -38,20 +38,6 @@ QT_CFLAGS = $(TARGET_CFLAGS)
|
||||
QT_CXXFLAGS = $(TARGET_CXXFLAGS)
|
||||
QT_LDFLAGS = $(TARGET_LDFLAGS)
|
||||
|
||||
ifeq ($(BR2_LARGEFILE),y)
|
||||
QT_CONFIGURE_OPTS += -largefile
|
||||
else
|
||||
QT_CONFIGURE_OPTS += -no-largefile
|
||||
|
||||
# embedded sqlite module forces FILE_OFFSET_BITS=64 unless this is defined
|
||||
# webkit internally uses this module as well
|
||||
ifneq ($(BR2_PACKAGE_QT_SQLITE_QT)$(BR2_PACKAGE_QT_WEBKIT),)
|
||||
QT_CFLAGS += -DSQLITE_DISABLE_LFS
|
||||
QT_CXXFLAGS += -DSQLITE_DISABLE_LFS
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
# Qt has some assembly function that are not present in thumb1 mode:
|
||||
# Error: selected processor does not support Thumb mode `swp r3,r7,[r4]'
|
||||
# so, we desactivate thumb mode
|
||||
|
||||
Reference in New Issue
Block a user