Hello,

I've noticed the following warning in build log:

dpkg-shlibdeps: warning: dependency on libgpg-error.so.0 could be
avoided if "debian/libssh2-1/usr/lib/libssh2.so.1.0.1" were not
uselessly linked against it (they use none of its symbols).

And indeed, libssh2.so.1.0.1 links against libgpg-error.so.0 due to this
library being mentioned in libgcrypt.la.

Is there a way to make libtool know that modern(tm) OSes(tm) have the
notion of interlibrary dependencies, so libgpg-error.so.0 won't be
linked to libssh2.so.x.y.z?

-- 
  http://fossarchy.blogspot.com/

Attachment: pgp0XDIFaGggf.pgp
Description: PGP signature

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to