mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-readline \
|
--disable-readline \
|
||||||
--enable-threadsafe"
|
--enable-threadsafe \
|
||||||
|
--soname=legacy"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
# sqlite fails to compile with fast-math link time optimization.
|
# sqlite fails to compile with fast-math link time optimization.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user