mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #978 from plexinc/pr-nss
nss / nspr : bump to 3.27.2 / 4.13 to fix generic build breakage.
This commit is contained in:
commit
5c4544d0f5
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="nspr"
|
PKG_NAME="nspr"
|
||||||
PKG_VERSION="4.12"
|
PKG_VERSION="4.13"
|
||||||
PKG_REV="2"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="Mozilla Public License"
|
PKG_LICENSE="Mozilla Public License"
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="nss"
|
PKG_NAME="nss"
|
||||||
PKG_VERSION="3.22.3"
|
PKG_VERSION="3.27.1"
|
||||||
PKG_REV="2"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="Mozilla Public License"
|
PKG_LICENSE="Mozilla Public License"
|
||||||
PKG_SITE="http://ftp.mozilla.org/"
|
PKG_SITE="http://ftp.mozilla.org/"
|
||||||
PKG_URL="http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_22_3_RTM/src/nss-3.22.3-with-nspr-4.12.tar.gz"
|
PKG_URL="http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_27_1_RTM/src/nss-3.27.1-with-nspr-4.13.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain nss:host nspr zlib"
|
PKG_DEPENDS_TARGET="toolchain nss:host nspr zlib"
|
||||||
PKG_SECTION="security"
|
PKG_SECTION="security"
|
||||||
PKG_SHORTDESC="The Network Security Services (NSS) package is a set of libraries designed to support cross-platform development of security-enabled client and server applications"
|
PKG_SHORTDESC="The Network Security Services (NSS) package is a set of libraries designed to support cross-platform development of security-enabled client and server applications"
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
diff --git a/nss/cmd/shlibsign/Makefile b/nss/cmd/shlibsign/Makefile
|
|
||||||
index 83f90fa..177feee 100644
|
|
||||||
--- a/nss/cmd/shlibsign/Makefile
|
|
||||||
+++ b/nss/cmd/shlibsign/Makefile
|
|
||||||
@@ -95,5 +95,3 @@ else
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
-libs install :: $(CHECKLOC)
|
|
||||||
-
|
|
||||||
diff --git a/nss/coreconf/Linux.mk b/nss/coreconf/Linux.mk
|
|
||||||
index a586e5e..e815b72 100644
|
|
||||||
--- a/nss/coreconf/Linux.mk
|
|
||||||
+++ b/nss/coreconf/Linux.mk
|
|
||||||
@@ -16,12 +16,6 @@ ifeq ($(USE_PTHREADS),1)
|
|
||||||
IMPL_STRATEGY = _PTH
|
|
||||||
endif
|
|
||||||
|
|
||||||
-CC = gcc
|
|
||||||
-CCC = g++
|
|
||||||
-RANLIB = ranlib
|
|
||||||
-
|
|
||||||
-DEFAULT_COMPILER = gcc
|
|
||||||
-
|
|
||||||
ifeq ($(OS_TARGET),Android)
|
|
||||||
ifndef ANDROID_NDK
|
|
||||||
$(error Must set ANDROID_NDK to the path to the android NDK first)
|
|
Loading…
x
Reference in New Issue
Block a user