Date: Friday, April 1, 2022 @ 17:24:32 Author: heftig Revision: 1180614
3.76.1-2: debug on Modified: lib32-nss/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-01 17:24:26 UTC (rev 1180613) +++ PKGBUILD 2022-04-01 17:24:32 UTC (rev 1180614) @@ -5,7 +5,7 @@ pkgname=lib32-nss pkgver=3.76.1 -pkgrel=1 +pkgrel=2 pkgdesc="Network Security Services (32-bit)" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS" arch=(x86_64) @@ -12,6 +12,7 @@ license=(MPL GPL) depends=(lib32-nspr lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19' nss) makedepends=(perl python gyp mercurial) +options=(debug) _revision=0e6c67470eed5044ace519e2405ddfa7186f0dc2 source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision" 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
