On 01/13/2014 11:57 PM, Timo Aaltonen wrote: > On 13.01.2014 11:05, Mike Hommey wrote: >> The contents of libnssb.a are in libnss3.so. Why do you need libnssb? > > For an apache module called mod_rev.so, configure.in has: > > if ! test -e "$nss_lib_dir"/libnssb.a > then > AC_MSG_ERROR([NSS is installed but the PKCS11 development package is > missing. Need libnssb.a]) > fi
can this be done with dynamic linking instead? if you use a static
library, than any bugs found in nssb will mean we need to update nss and
*then* rebuild libapache2-mod-rev. this seems clumsier than just
needing to update nss itself.
--dkg
signature.asc
Description: OpenPGP digital signature

