From 6a5c818cb7b0fc76ab32b9880721eed8a76df015 Mon Sep 17 00:00:00 2001 From: Fatih Aşıcı Date: Tue, 27 May 2014 09:24:05 +0300 Subject: qt5: bump to 5.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove upstreamed patches. See http://qt-project.org/qt5/qt53 for the release information. Signed-off-by: Fatih Aşıcı Signed-off-by: Peter Korsgaard --- ...not-check-feature-macros-for-posix_falloc.patch | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 package/qt5/qt5base/qt5base-0006-sqlite3-Do-not-check-feature-macros-for-posix_falloc.patch (limited to '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 deleted file mode 100644 index 554f1cd383..0000000000 --- a/package/qt5/qt5base/qt5base-0006-sqlite3-Do-not-check-feature-macros-for-posix_falloc.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 18eee84e9458bdcb244df4c5ad968c8d5ea1860a Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= -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ı ---- - 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 - -- cgit v1.2.3