nss: update to 3.19.1.

This commit is contained in:
Juan RP 2015-05-29 22:02:01 +02:00
parent e88fd402c3
commit e4435e9a73
1 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nss' # Template file for 'nss'
pkgname=nss pkgname=nss
version=3.18.1 version=3.19.1
revision=2 revision=1
hostmakedepends="perl" hostmakedepends="perl"
makedepends="zlib-devel nspr-devel sqlite-devel" makedepends="zlib-devel nspr-devel sqlite-devel"
depends="nspr>=4.10.7" depends="nspr>=4.10.7"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mozilla.org/projects/security/pki/nss/" homepage="http://www.mozilla.org/projects/security/pki/nss/"
license="MPL-2.0, GPL-2, LGPL-2.1" license="MPL-2.0, GPL-2, LGPL-2.1"
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=10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70 checksum=b7be709551ec13206d8e3e8c065b894fa981c11573115e9478fa051029c52fff
do_build() { do_build() {
# Respect LDFLAGS # Respect LDFLAGS
@ -24,9 +24,6 @@ do_build() {
case "$XBPS_MACHINE" in case "$XBPS_MACHINE" in
aarch64*|x86_64*) _use64="USE_64=1";; aarch64*|x86_64*) _use64="USE_64=1";;
esac esac
case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS+=" -UHAVE_SYS_CDEFS_H";;
esac
cd nss cd nss
# Build nsinstall for host. # Build nsinstall for host.