sqlite: fix build of shared library by including soname

ref: https://sqlite.org/src/forumpost/5a3b44f510df8ded
This commit is contained in:
Rudi Heitbaum 2025-02-20 09:50:40 +00:00
parent be9357bdaa
commit 7f2281bd7c

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.