mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
nss: Add 2 patches required to build with arm
set NSS_USE_SYSTEM_SQLITE Signed-off-by: Radostan Riedel <raybuntu@googlemail.com>
This commit is contained in:
parent
081a644c5e
commit
6cadc2e38b
@ -58,6 +58,7 @@ make_target() {
|
||||
NSS_USE_SYSTEM_SQLITE=1 \
|
||||
NSPR_INCLUDE_DIR=$SYSROOT_PREFIX/usr/include/nspr \
|
||||
USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz \
|
||||
SKIP_SHLIBSIGN=1 \
|
||||
OS_TEST=$TARGET_ARCH \
|
||||
NSS_TESTS="dummy" \
|
||||
NSINSTALL=$TOOLCHAIN/bin/nsinstall \
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -Naur nss-3.29.5.orig/nss/cmd/shlibsign/Makefile nss-3.29.5/nss/cmd/shlibsign/Makefile
|
||||
--- nss-3.29.5.orig/nss/cmd/shlibsign/Makefile 2017-09-08 10:56:01.663876686 +0200
|
||||
+++ nss-3.29.5/nss/cmd/shlibsign/Makefile 2017-09-08 10:57:19.659306831 +0200
|
||||
@@ -95,5 +95,7 @@
|
||||
endif
|
||||
endif
|
||||
|
||||
-libs install :: $(CHECKLOC)
|
||||
+ifndef SKIP_SHLIBSIGN
|
||||
+ libs install :: $(CHECKLOC)
|
||||
+endif
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -Naur nss-3.29.5.orig/nspr/config/autoconf.mk.in nss-3.29.5/nspr/config/autoconf.mk.in
|
||||
--- nss-3.29.5.orig/nspr/config/autoconf.mk.in 2017-09-08 11:03:27.572619156 +0200
|
||||
+++ nss-3.29.5/nspr/config/autoconf.mk.in 2017-09-08 11:03:41.100520343 +0200
|
||||
@@ -104,7 +104,7 @@
|
||||
RESOLVE_LINK_SYMBOLS = @RESOLVE_LINK_SYMBOLS@
|
||||
|
||||
HOST_CC = @HOST_CC@
|
||||
-HOST_CFLAGS = @HOST_CFLAGS@
|
||||
+#HOST_CFLAGS = @HOST_CFLAGS@
|
||||
HOST_LDFLAGS = @HOST_LDFLAGS@
|
||||
|
||||
DEFINES = @DEFINES@ @DEFS@
|
Loading…
x
Reference in New Issue
Block a user