Blame SOURCES/sqlite-3.12.2-no-malloc-usable-size.patch

fae39c
diff -up sqlite-src-3120200/configure.ac.malloc_usable_size sqlite-src-3120200/configure.ac
fae39c
--- sqlite-src-3120200/configure.ac.malloc_usable_size	2016-04-25 09:46:48.134690570 +0200
fae39c
+++ sqlite-src-3120200/configure.ac	2016-04-25 09:48:41.622637181 +0200
fae39c
@@ -108,7 +108,7 @@ AC_CHECK_HEADERS([sys/types.h stdlib.h s
fae39c
 #########
fae39c
 # Figure out whether or not we have these functions
fae39c
 #
fae39c
-AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64])
fae39c
+AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64])
fae39c
 
fae39c
 #########
fae39c
 # By default, we use the amalgamation (this may be changed below...)
fae39c
diff -up sqlite-src-3120200/configure.malloc_usable_size sqlite-src-3120200/configure
fae39c
--- sqlite-src-3120200/configure.malloc_usable_size	2016-04-25 09:47:12.594679063 +0200
fae39c
+++ sqlite-src-3120200/configure	2016-04-25 09:49:28.684615042 +0200
fae39c
@@ -10275,7 +10275,7 @@ done
fae39c
 #########
fae39c
 # Figure out whether or not we have these functions
fae39c
 #
fae39c
-for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64
fae39c
+for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64
fae39c
 do :
fae39c
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
fae39c
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"