mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
nss: use system sqlite to avoid trashing toolchain
This commit is contained in:
parent
c818efa53a
commit
081a644c5e
@ -55,6 +55,7 @@ make_target() {
|
||||
[ "$TARGET_ARCH" = "x86_64" ] && TARGET_USE_64="USE_64=1"
|
||||
|
||||
make BUILD_OPT=1 $TARGET_USE_64 \
|
||||
NSS_USE_SYSTEM_SQLITE=1 \
|
||||
NSPR_INCLUDE_DIR=$SYSROOT_PREFIX/usr/include/nspr \
|
||||
USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz \
|
||||
OS_TEST=$TARGET_ARCH \
|
||||
|
Loading…
x
Reference in New Issue
Block a user