2011/1/30 Adam D. Barratt <a...@adam-barratt.org.uk> > On Sat, 2011-01-29 at 21:10 +0200, Adrian Bunk wrote: > > $ ldd /usr/lib/gambas2/gb.net.curl.so.0.0.0 | grep ssl > > libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00007fb6be1eb000) > > $ > > > > > > /usr/share/doc/gambas2-gb-net-curl/copyright says: > [...] > > I didn't find any statement that all copyright holders of GPL'ed code > > have given extra permission to link with OpenSSL. > [...] > > It might be enough to change the libcurl build dependency > > to libcurl4-gnutls-dev. > > I've verified that making that change is enough to produce a > gb.net.curl.so that links against gnutls rather than libssl; libssl-dev > still gets pulled in during the build (kdelibs4-dev depends on it, for > one thing) but it doesn't get used to produce the curl-based library. > > gambas2 maintainer? > > Regards, > > Adam > > >
Yes, you're right, I've uploaded a new package with the fix you proposed yesterdeay in the bug info . No more ssl libraries are used in the build-depends field. Thanks for your tips. Regards. José L.