1 Star 0 Fork 7

ocs-commit-check/sqlite

forked from OpenCloudOS Stream/sqlite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sqlite-3.39.0-disable-malloc-usable-size.patch 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2022-10-25 14:34 . init repo
diff -Nuar sqlite-version-3.39.0-orig/configure sqlite-version-3.39.0/configure
--- sqlite-version-3.39.0-orig/configure 2022-07-11 09:43:14.612451010 +0800
+++ sqlite-version-3.39.0/configure 2022-07-11 10:12:58.035455353 +0800
@@ -10288,7 +10288,7 @@
#########
# Figure out whether or not we have these functions
#
-for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64
+for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime pread pread64 pwrite pwrite64
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
diff -Nuar sqlite-version-3.39.0-orig/configure.ac sqlite-version-3.39.0/configure.ac
--- sqlite-version-3.39.0-orig/configure.ac 2022-07-11 09:43:14.612451010 +0800
+++ sqlite-version-3.39.0/configure.ac 2022-07-11 10:12:26.531343645 +0800
@@ -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...)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-commit-check/sqlite.git
git@gitee.com:ocs-commit-check/sqlite.git
ocs-commit-check
sqlite
sqlite
master

搜索帮助