Hello. I tried to package libcacard, and come across a small thing. The library is uselessly linked with too many libs from the nss family, namely, the following libs are not needed: libplds4.so libplc4.so libssl3.so libsmime3.so libnssutil3.so (only libnss3.so is actually needed, it seems, maybe also libnspr4.so). I don't know how easy it will be to fix this, since it appears to be libnss bug, its pkg-config file does not let to choose a subset of all libnss functionality to be queried. Maybe --as-needed linker flag will help, but unfortunately it badly iteracts with libtool, -- even when I make with CC="gcc -Wl,--as-needed", libtool puts all the objects and libs BETWEEN "gcc" and "-Wl,--as-needed", so --as-needed does not work. On a related note, vscclient is linked with all the same libs, even when it does not actually use any of them. For this binary, separate list of libs should be used in the Makefile, namely, it only needs glib and libcacard itself, not nss libs. This will require re-making src/Makefile.am to be the real thing, not the git.mak as it is now. Again, it might be possible to use --as-needed here. And on a general note, can we avoid nss libs altogether? For example, qemu now links amost all crypto libs out there, it uses (directly or indirectly) libssl, gnutls and nss. >From those, nss is only used in libcacard, maybe it is easy to switch to one of the other implementations? Thanks, /mjt _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel