From 4287815f16a42fc7d76d14320491dc5400e22736 Mon Sep 17 00:00:00 2001 From: zwtmichael Date: Wed, 14 Sep 2022 15:09:37 +0800 Subject: [PATCH] fix build problem Signed-off-by: zwtmichael --- sqlite.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sqlite.spec b/sqlite.spec index 6ff94b3..dc5a3b7 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -6,7 +6,7 @@ Name: sqlite Version: 3.37.2 -Release: 2 +Release: 3 Summary: Embeded SQL database License: Public Domain URL: http://www.sqlite.org/ @@ -70,9 +70,9 @@ This contains man files and HTML files for the using of sqlite. rm -f %{name}-doc-%{extver}/sqlite.css~ || : -autoconf - %build + +autoconf export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 \ -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 \ @@ -137,6 +137,9 @@ make test %{_mandir}/man*/* %changelog +* Wed Sep 14 2022 zhuwentao - 3.37.2-3 +- fix build problem + * Mon Sep 5 2022 zhuwentao - 3.37.2-2 - fix integer overflow on gigabyte string -- Gitee