summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-30 18:07:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-01 22:47:22 +0200
commitf4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch)
tree2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/qt
parentf8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff)
downloadbuildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.gz
buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.zip
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>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/qt.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 53c487d416..8b5aa17033 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -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
OpenPOWER on IntegriCloud