nss: update to 3.78
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
281da888f0
commit
a71ade6e94
2 changed files with 11 additions and 11 deletions
|
@ -7,14 +7,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nss
|
PKG_NAME:=nss
|
||||||
PKG_VERSION:=3.76
|
PKG_VERSION:=3.78
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
https://download.cdn.mozilla.net/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src \
|
https://download.cdn.mozilla.net/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src \
|
||||||
https://archive.mozilla.org/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src
|
https://archive.mozilla.org/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src
|
||||||
PKG_HASH:=1b8e0310add364d2ade40620cde0f1c37f4f00a6999b2d3e7ea8dacda4aa1630
|
PKG_HASH:=f455f341e787c1167328e80a84f77b9a557d595066dda6486a1874d72da68800
|
||||||
|
|
||||||
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
|
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
|
||||||
PKG_LICENCE:=MPL-2.0
|
PKG_LICENCE:=MPL-2.0
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
||||||
--- a/nss/coreconf/Linux.mk
|
--- a/nss/coreconf/Linux.mk
|
||||||
+++ b/nss/coreconf/Linux.mk
|
+++ b/nss/coreconf/Linux.mk
|
||||||
@@ -113,11 +113,6 @@ LIBC_TAG = _glibc
|
@@ -114,11 +114,6 @@ LIBC_TAG = _glibc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef BUILD_OPT
|
ifdef BUILD_OPT
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
ifdef MOZ_DEBUG_SYMBOLS
|
ifdef MOZ_DEBUG_SYMBOLS
|
||||||
ifdef MOZ_DEBUG_FLAGS
|
ifdef MOZ_DEBUG_FLAGS
|
||||||
OPTIMIZER += $(MOZ_DEBUG_FLAGS)
|
OPTIMIZER += $(MOZ_DEBUG_FLAGS)
|
||||||
@@ -149,7 +144,8 @@ ifdef USE_PTHREADS
|
@@ -150,7 +145,8 @@ ifdef USE_PTHREADS
|
||||||
DEFINES += -D_REENTRANT
|
DEFINES += -D_REENTRANT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -55,15 +55,15 @@
|
||||||
DSO_LDOPTS = -shared $(ARCHFLAG) -Wl,--gc-sections
|
DSO_LDOPTS = -shared $(ARCHFLAG) -Wl,--gc-sections
|
||||||
# The linker on Red Hat Linux 7.2 and RHEL 2.1 (GNU ld version 2.11.90.0.8)
|
# The linker on Red Hat Linux 7.2 and RHEL 2.1 (GNU ld version 2.11.90.0.8)
|
||||||
# incorrectly reports undefined references in the libraries we link with, so
|
# incorrectly reports undefined references in the libraries we link with, so
|
||||||
@@ -159,6 +155,7 @@ DSO_LDOPTS = -shared $(ARCHFLAG) -Wl,--
|
@@ -166,6 +162,7 @@ LDFLAGS += $(ARCHFLAG) -z noexecstac
|
||||||
ZDEFS_FLAG = -Wl,-z,defs
|
ifdef _SBOX_DIR
|
||||||
DSO_LDOPTS += $(if $(findstring 2.11.90.0.8,$(shell ld -v)),,$(ZDEFS_FLAG))
|
LDFLAGS += -Wl,-rpath-link,/usr/lib:/lib
|
||||||
LDFLAGS += $(ARCHFLAG) -z noexecstack
|
endif
|
||||||
+endif
|
+endif
|
||||||
|
|
||||||
# On Maemo, we need to use the -rpath-link flag for even the standard system
|
G++INCLUDES = -I/usr/include/g++
|
||||||
# library directories.
|
|
||||||
@@ -200,7 +197,7 @@ RPATH = -Wl,-rpath,'$$ORIGIN:/opt/sun/pr
|
@@ -201,7 +198,7 @@ RPATH = -Wl,-rpath,'$$ORIGIN:/opt/sun/pr
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue