* [Buildroot] [PATCH] qt5base: Remove feature test for posix_fallocate in sqlite code
@ 2014-04-18 7:44 Fatih Aşıcı
2014-04-18 21:52 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fatih Aşıcı @ 2014-04-18 7:44 UTC (permalink / raw)
To: buildroot
It's already checked by the build system more accurately.
Fixes:
http://autobuild.buildroot.net/results/e3b/e3b26ee314880fdb50bb774a0539bfba04d9fbcf/
Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
---
...not-check-feature-macros-for-posix_falloc.patch | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 package/qt5/qt5base/qt5base-0006-sqlite3-Do-not-check-feature-macros-for-posix_falloc.patch
diff --git a/package/qt5/qt5base/qt5base-0006-sqlite3-Do-not-check-feature-macros-for-posix_falloc.patch b/package/qt5/qt5base/qt5base-0006-sqlite3-Do-not-check-feature-macros-for-posix_falloc.patch
new file mode 100644
index 0000000..554f1cd
--- /dev/null
+++ b/package/qt5/qt5base/qt5base-0006-sqlite3-Do-not-check-feature-macros-for-posix_falloc.patch
@@ -0,0 +1,41 @@
+From 18eee84e9458bdcb244df4c5ad968c8d5ea1860a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= <fatih.asici@gmail.com>
+Date: Fri, 18 Apr 2014 10:19:03 +0300
+Subject: [PATCH] sqlite3: Do not check feature macros for posix_fallocate()
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Build system already checks for this function and defines
+HAVE_POSIX_FALLOCATE if it is available.
+
+Next releases of Qt will come with an updated sqlite3 which removes this
+check.
+
+Change-Id: I55e403aa01a7f054f9fe4773ce96dad399afce80
+Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
+---
+ src/3rdparty/sqlite/sqlite3.c | 7 -------
+ 1 file changed, 7 deletions(-)
+
+diff --git a/src/3rdparty/sqlite/sqlite3.c b/src/3rdparty/sqlite/sqlite3.c
+index 03fa649..1ae9be2 100644
+--- a/src/3rdparty/sqlite/sqlite3.c
++++ b/src/3rdparty/sqlite/sqlite3.c
+@@ -22935,13 +22935,6 @@ SQLITE_PRIVATE const char *sqlite3OpcodeName(int i){
+ */
+ #if SQLITE_OS_UNIX /* This file is used on unix only */
+
+-/* Use posix_fallocate() if it is available
+-*/
+-#if !defined(HAVE_POSIX_FALLOCATE) \
+- && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
+-# define HAVE_POSIX_FALLOCATE 1
+-#endif
+-
+ /*
+ ** There are various methods for file locking used for concurrency
+ ** control:
+--
+1.9.1
+
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-18 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 7:44 [Buildroot] [PATCH] qt5base: Remove feature test for posix_fallocate in sqlite code Fatih Aşıcı
2014-04-18 21:52 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox