Merge pull request #9806 from heitbaum/sqlite

sqlite: fix build of shared library by including soname
This commit is contained in:
Matthias Reichl 2025-02-20 11:06:16 +01:00 committed by GitHub
commit a67e6f4249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,8 @@ PKG_BUILD_FLAGS="+pic +pic:host -parallel"
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
--enable-shared \
--disable-readline \
--enable-threadsafe"
--enable-threadsafe \
--soname=legacy"
pre_configure_target() {
# sqlite fails to compile with fast-math link time optimization.