aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/nss/abuild
diff options
context:
space:
mode:
authorohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-05-23 17:38:26 -0300
committerohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-05-23 17:38:26 -0300
commitf498757145fdb8c0f90af0d3bc39d347dd307ae5 (patch)
tree670c29b43b3983166064b5e43af9a384bd86c9f6 /repos/extra/nss/abuild
parent054236d7ef0398d83118cd1f031581f7ec9953d5 (diff)
parentc6e05105528b47a952d5367d5326a349608e456e (diff)
downloadalicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.tar.gz
alicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.zip
Merge branch 'main' into newsraft
This also adds 'comunity' repo
Diffstat (limited to 'repos/extra/nss/abuild')
-rw-r--r--repos/extra/nss/abuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/nss/abuild b/repos/extra/nss/abuild
index 250815c2..729be3ce 100644
--- a/repos/extra/nss/abuild
+++ b/repos/extra/nss/abuild
@@ -1,5 +1,5 @@
name=nss
-version=3.123.1
+version=3.124
_version=$(echo $version | sed 's/\./_/g')
release=1
source="https://archive.mozilla.org/pub/security/nss/releases/NSS_${_version}_RTM/src/nss-$version.tar.gz
@@ -23,7 +23,7 @@ build() {
mkdir -p $PKG/usr/lib $PKG/usr/bin $PKG/usr/lib/pkgconfig
install -v -m755 Linux*/lib/*.so $PKG/usr/lib
install -v -m644 Linux*/lib/*.chk $PKG/usr/lib
- install -v -m644 Linux*/lib/libcrmf.a $PKG/usr/lib
+ #install -v -m644 Linux*/lib/libcrmf.a $PKG/usr/lib
install -v -m755 -d $PKG/usr/include/nss
cp -v -RL public/nss/* $PKG/usr/include/nss