summaryrefslogtreecommitdiffstats
path: root/package/sqlite/sqlite-dont-force-posix-fallocate.patch
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-10-03 15:43:09 +0800
committerPeter Korsgaard <peter@korsgaard.com>2013-10-03 14:11:47 +0200
commitbdabe4cbcc1ed58a5db30e3aa01c0ff697d68b8d (patch)
treef4075653f978071a10656a36abac713614683c34 /package/sqlite/sqlite-dont-force-posix-fallocate.patch
parent755fe7997664a5d8b9e0188361ab78e780abb023 (diff)
downloadbuildroot-bdabe4cbcc1ed58a5db30e3aa01c0ff697d68b8d.tar.gz
buildroot-bdabe4cbcc1ed58a5db30e3aa01c0ff697d68b8d.zip
sqlite: bump to version 3.8.0.2
Also drop sqlite-dont-force-posix-fallocate.patch because it is fixed upstream. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sqlite/sqlite-dont-force-posix-fallocate.patch')
-rw-r--r--package/sqlite/sqlite-dont-force-posix-fallocate.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/sqlite/sqlite-dont-force-posix-fallocate.patch b/package/sqlite/sqlite-dont-force-posix-fallocate.patch
deleted file mode 100644
index 118001bfd0..0000000000
--- a/package/sqlite/sqlite-dont-force-posix-fallocate.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-This is checked by configure and passed as a define directive when building.
-There's no need to check again and potentially override a failed check
-(uClibc <= 0.9.33.2 for example lacks posix_fallocate).
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
-diff -Nura sqlite-autoconf-3071700.orig/sqlite3.c sqlite-autoconf-3071700/sqlite3.c
---- sqlite-autoconf-3071700.orig/sqlite3.c 2013-05-23 03:17:27.170459400 -0300
-+++ sqlite-autoconf-3071700/sqlite3.c 2013-05-23 03:25:01.839227616 -0300
-@@ -22931,13 +22931,6 @@
- */
- #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:
OpenPOWER on IntegriCloud