Description: Disable malloc_usable_size
 Disable code introduced in sqlite 3.7.10 using malloc_usable_size, as it caused
 a regression on 64-bit platforms.
Author: Steven Chamberlain <steven@pyro.eu.org>
Bug-Debian: http://bugs.debian.org/665363
Forwarded: https://github.com/sqlcipher/sqlcipher/pull/491
Last-Update: 2023-11-09
---
Index: sqlcipher/configure.ac
===================================================================
--- sqlcipher.orig/configure.ac	2023-11-09 07:50:16.741950807 +0100
+++ sqlcipher/configure.ac	2023-11-09 07:50:16.733950787 +0100
@@ -108,7 +108,7 @@
 #########
 # Figure out whether or not we have these functions
 #
-AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64])
+AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64])
 
 #########
 # By default, we use the amalgamation (this may be changed below...)
