mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sqlite: fix build of shared library by including soname
ref: https://sqlite.org/src/forumpost/5a3b44f510df8ded
This commit is contained in:
parent
be9357bdaa
commit
7f2281bd7c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user