Reinhard Max 2025-01-16 10:55:52 +00:00 committed by Git OBS Bridge
parent 971ed34399
commit ddcb6aa70c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 16 10:39:29 UTC 2025 - Reinhard Max <max@suse.com>
- Re-enable SONAME which got disabled by default in 3.48.0.
* https://www.sqlite.org/src/forumpost/5a3b44f510df8ded
* https://sqlite.org/forum/forumpost/ab8f15697a
-------------------------------------------------------------------
Tue Jan 14 15:44:26 UTC 2025 - Reinhard Max <max@suse.com>

View File

@ -169,6 +169,7 @@ export CFLAGS="%{optflags} \
-DSQLITE_STRICT_SUBTYPE=1 \
"
%configure \
--soname=legacy \
--disable-static \
--enable-readline \
--enable-fts3 \