mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/nss to 3.49.2-2
This commit is contained in:
parent
dda0927f7e
commit
7bdf641a02
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase=nss
|
||||
pkgname=(nss ca-certificates-mozilla)
|
||||
pkgver=3.49.2
|
||||
pkgrel=1.1
|
||||
pkgrel=2
|
||||
pkgdesc="Network Security Services"
|
||||
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
||||
arch=(x86_64)
|
||||
|
@ -92,7 +92,7 @@ package_nss() {
|
|||
install -Dt "$pkgdir/usr/lib" -m644 *.chk
|
||||
|
||||
# Replace built-in trust with p11-kit connection
|
||||
ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib/libnssckbi.so"
|
||||
ln -sf pkcs11/p11-kit-trust.so "$pkgdir/usr/lib/libnssckbi.so"
|
||||
}
|
||||
|
||||
package_ca-certificates-mozilla() {
|
||||
|
|
Loading…
Reference in a new issue