/[smecontribs]/rpms/sqlite/contribs9/sqlite-3.7.15-no-malloc-usable-size.patch
ViewVC logotype

Contents of /rpms/sqlite/contribs9/sqlite-3.7.15-no-malloc-usable-size.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 27 19:41:49 2018 UTC (6 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: sqlite-3_7_17-8_el7, sqlite-3_7_17-9_el6_sme, HEAD
Initial import

1 diff -up sqlite-src-3071500/configure.ac.malloc-usable-size sqlite-src-3071500/configure.ac
2 --- sqlite-src-3071500/configure.ac.malloc-usable-size 2012-12-13 14:00:32.685869844 +0200
3 +++ sqlite-src-3071500/configure.ac 2012-12-13 14:00:43.321830496 +0200
4 @@ -127,7 +127,7 @@ AC_CHECK_HEADERS([sys/types.h stdlib.h s
5 #########
6 # Figure out whether or not we have these functions
7 #
8 -AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s utime malloc_usable_size])
9 +AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s utime])
10
11 #########
12 # By default, we use the amalgamation (this may be changed below...)
13 diff -up sqlite-src-3071500/configure.malloc-usable-size sqlite-src-3071500/configure
14 --- sqlite-src-3071500/configure.malloc-usable-size 2012-12-13 14:00:28.552884276 +0200
15 +++ sqlite-src-3071500/configure 2012-12-13 14:00:54.720788024 +0200
16 @@ -12147,7 +12147,7 @@ done
17
18
19
20 -for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s utime malloc_usable_size
21 +for ac_func in usleep fdatasync localtime_r gmtime_r localtime_s utime
22 do
23 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
24 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed