Enabled sqlite-session feature

Resolves: RHEL-77326
This commit is contained in:
Ales Nezbeda 2025-02-03 11:10:25 +01:00
parent c5cd57c67b
commit f39eed85cb

View File

@ -12,7 +12,7 @@
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 2%{?dist}
Release: 3%{?dist}
License: blessing
URL: http://www.sqlite.org/
@ -149,6 +149,8 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
-DSQLITE_ENABLE_FTS3_PARENTHESIS=1 \
-DSQLITE_ENABLE_DBPAGE_VTAB \
-DSQLITE_ENABLE_SESSION \
-DSQLITE_ENABLE_PREUPDATE_HOOK \
-Wall -fno-strict-aliasing"
%configure %{!?with_tcl:--disable-tcl} \
@ -258,6 +260,10 @@ make test
%endif
%changelog
* Mon Feb 3 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.46.1-3
- Enabled sqlite-session feature
- Resolves: RHEL-77326
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.46.1-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018