mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nss: update to 3.88.1.
This commit is contained in:
parent
0e68785f3f
commit
70cb5c34d1
2 changed files with 16 additions and 5 deletions
|
@ -1,6 +1,17 @@
|
||||||
--- nss-3.80.orig/nss/coreconf/nsinstall/Makefile
|
--- a/nss/coreconf/nsinstall/Makefile
|
||||||
+++ nss-3.80/nss/coreconf/nsinstall/Makefile
|
+++ b/nss/coreconf/nsinstall/Makefile
|
||||||
@@ -32,6 +32,7 @@ endif
|
@@ -15,6 +15,10 @@ PROGRAM = nsinstall
|
||||||
|
# Indicate that this directory builds build tools.
|
||||||
|
INTERNAL_TOOLS = 1
|
||||||
|
|
||||||
|
+ifdef NATIVE_CC
|
||||||
|
+NSPR_INCLUDE_DIR :=
|
||||||
|
+NSPR_LIB_DIR := /usr/lib
|
||||||
|
+endif
|
||||||
|
|
||||||
|
include $(DEPTH)/coreconf/config.mk
|
||||||
|
|
||||||
|
@@ -32,6 +36,7 @@ endif
|
||||||
|
|
||||||
ifdef NATIVE_FLAGS
|
ifdef NATIVE_FLAGS
|
||||||
OS_CFLAGS=$(NATIVE_FLAGS)
|
OS_CFLAGS=$(NATIVE_FLAGS)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
_nsprver=4.35
|
_nsprver=4.35
|
||||||
|
|
||||||
pkgname=nss
|
pkgname=nss
|
||||||
version=3.87
|
version=3.88.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl which"
|
hostmakedepends="perl which"
|
||||||
makedepends="nspr-devel sqlite-devel zlib-devel"
|
makedepends="nspr-devel sqlite-devel zlib-devel"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
homepage="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
||||||
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
|
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
|
||||||
checksum=68a1894496d3d158babc75f8a5dda3f55b7c1560573936e3b101a10fa4ac152d
|
checksum=27d243edf87d1cf1bb9c861f03d387e0e9230ce5017f4308c941f558b54b3496
|
||||||
|
|
||||||
export NS_USE_GCC=1
|
export NS_USE_GCC=1
|
||||||
export LIBRUNPATH=
|
export LIBRUNPATH=
|
||||||
|
|
Loading…
Add table
Reference in a new issue