What were you trying to do that didn't work?
gcc ... $(pkg-config --libs nss-softokn)
What is the impact of this issue to you?
I have to manually specify compilation flags instead of using pkg-config
Please provide the package NVR for which the bug is seen:
nss-3.101.0-7.el9_2, nss-3.101.0-6.el10
How reproducible is this bug?
reliably
Steps to reproduce
- pkg-config --libs nss-softokn | grep -libdbm3
- find /usr | grep libdbm3 | wc -l
Expected results
-lfreebl3 -lsoftokn3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl, 0
Actual results
-lfreebl3 -lnssdbm3 -lsoftokn3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl, 0
Code pointer
https://src.fedoraproject.org/rpms/nss/blob/rawhide/f/nss-softokn.pc.in#_10