On 04/02/2013 10:42 AM, Rob Godfrey wrote:
$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/nss.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include/nss

Name: NSS
Description: Mozilla Network Security Services
Version: 3.14.3
Requires: nspr
Libs: -L${libdir} -lnss3 -lnssutil3 -lsmime3 -lssl3
Cflags: -I${includedir}

Hmmm... that looks right... so I wonder why `pkg-config --libs` did not emit -L/usr/lib/x86_64-linux-gnu, as my understanding would be that it should.

So the basic issue is that pkg-config isn't working as expected. The options are (a) to figure out why and see if that can be fixed or (b) change the cmake to use the nss/nspr utilities rather than the generic pkgconf.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to