nss / nspr : bump to 3.27.2 / 4.13 to fix generic build breakage.

nss won't rebuild because of glibc bump to 2.24 as per http://lists.openembedded.org/pipermail/openembedded-core/2016-November/128247.html
This commit is contained in:
LongChair 2016-11-22 22:22:55 -08:00
parent b57a6b97ea
commit 17a605ff60
3 changed files with 3 additions and 30 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="nspr"
PKG_VERSION="4.12"
PKG_VERSION="4.13"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="Mozilla Public License"

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="nss"
PKG_VERSION="3.22.3"
PKG_VERSION="3.27.1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="Mozilla Public License"
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_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"

View File

@ -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)