Package firefox-pkcs11-loader[1] tries to install files under /usr/lib/
instead of %{_libdir}/
the problem has been solved using CMake flag
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir}

Package webextension-token-signing[2] is affected by the same problem,
but it uses QMake rather than CMake, so I am investing on how to
implement the same instruction. I also think that a brand new *make file
could be the better solution, but I did not yet have the time to fully
study QMake [3].

Any suggestions?

Best regards


[1]:
https://src.fedoraproject.org/rpms/firefox-pkcs11-loader/blob/master/f/firefox-pkcs11-loader.spec
[2]:
https://src.fedoraproject.org/rpms/webextension-token-signing/blob/master/f/webextension-token-signing.spec
[3]: https://doc.qt.io/qt-5/qmake-variable-reference.html#qmake-libdir
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to