GnuTLS 2.6.5
Simon Josefsson
simon at josefsson.org
Fri Apr 17 09:47:58 CEST 2009
Andreas Metzler <ametzler at downhill.at.eu.org> writes:
> On 2009-04-14 Andreas Metzler <ametzler at downhill.at.eu.org> wrote:
> [...]
>> I think something like this is missing:
>> ------------------------------------------------
>> --- gnutls26-2.6.5.orig/lib/gnutls.pc.in
>> +++ gnutls26-2.6.5/lib/gnutls.pc.in
>> @@ -19,5 +19,5 @@
>> Description: Transport Security Layer implementation for the GNU system
>> Version: @VERSION@
>> Libs: -L${libdir} -lgnutls
>> -Libs.private: @LIBGNUTLS_LIBS@
>> +Libs.private: @LIBGNUTLS_LIBS@ @LIBTASN1@
> [...]
>> This will still result in different .pc files than before since the
>> lib-link.m4 test returns the complete path as a linker line
>> ("/usr/lib/libtasn1.so" instead of "-ltasn1")
> [...]
>
> Simply using @LTLIBTASN1@ instead of @LIBTASN1@ seems to work on Linux.
Thanks, applied on master.
/Simon
More information about the Gnutls-devel
mailing list