Files
AeroPkg/assets/var/gnu/nspr.md

236 B

nspr

https://github.com/mozilla/nspr/archive/refs/tags/NSPR_4_40_RTM.tar.gz

./configure \
    --prefix=$pkgpath \
    --enable-64bit \
    --enable-optimize \
    --disable-debug
make -j$(nproc)
make install