mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #9806 from heitbaum/sqlite
sqlite: fix build of shared library by including soname
This commit is contained in:
commit
a67e6f4249
@ -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