gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GnuTLS 2.6.5


From: Andreas Metzler
Subject: Re: GnuTLS 2.6.5
Date: Tue, 14 Apr 2009 18:26:21 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On 2009-04-12 Simon Josefsson <address@hidden> wrote:
[...]
> ** GnuTLS no longer uses the libtasn1-config script to find libtasn1.
> Libtasn1 0.3.4 or later is required.  This is to align with the
> upcoming libtasn1 v2.0 release that doesn't have a libtasn1-script.
[...]

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@
 Cflags: -I${includedir}
--- gnutls26-2.6.5.orig/libextra/gnutls-extra.pc.in
+++ gnutls26-2.6.5/libextra/gnutls-extra.pc.in
@@ -20,5 +20,5 @@
 Requires: gnutls
 Version: @VERSION@
 Libs: -L${libdir} -lgnutls-extra
-Libs.private: @LIBGNUTLS_EXTRA_LIBS@
+Libs.private: @LIBGNUTLS_EXTRA_LIBS@ @LIBTASN1@
 Cflags: -I${includedir}
------------------------------------------------

Sorry, I did not see this before.

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") - I am not sure when
this makes a signifikant diffference.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]