FS#54395 - [nss] missing crmf library in nss 3.31-3 package.
Attached to Project:
Arch Linux
Opened by Hussam Al-Tayeb (hussam) - Saturday, 10 June 2017, 06:02 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 08 September 2020, 16:11 GMT
Opened by Hussam Al-Tayeb (hussam) - Saturday, 10 June 2017, 06:02 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 08 September 2020, 16:11 GMT
|
Details
since switching to the gyp build, crmf library is not being
installed.
Firefox beta build complains with the following error: "../../build/unix/gold/ld: error: cannot find -lcrmf" |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Tuesday, 08 September 2020, 16:11 GMT
Reason for closing: Works for me
Tuesday, 08 September 2020, 16:11 GMT
Reason for closing: Works for me
--- a/old-configure.in
+++ b/old-configure.in
@@ -2009,7 +2009,7 @@
fi
if test -n "$MOZ_SYSTEM_NSS"; then
- NSS_LIBS="$NSS_LIBS -lcrmf"
+ NSS_LIBS="$NSS_LIBS"
else
NSS_CFLAGS="-I${DIST}/include/nss"
case "${OS_ARCH}" in
Should the headers actually be installed?
I filed an upstream bug report about not linking libcrmf, let's see what they think:
https://bugzilla.mozilla.org/show_bug.cgi?id=1371991
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1371991