]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add -ltasn1 to pkg-config file.
authorSimon Josefsson <simon@josefsson.org>
Fri, 17 Apr 2009 07:47:03 +0000 (09:47 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 17 Apr 2009 07:47:03 +0000 (09:47 +0200)
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
<http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3467>.

NEWS
lib/gnutls.pc.in

diff --git a/NEWS b/NEWS
index 28d9b947a122b69508802712f686921ac2196483..59d362a75f82b7bc1e17ac301b36978f4c9ec6f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
 
 * Version 2.7.7 (unreleased)
 
+** gnutls.pc: Add -ltasn1 to 'pkg-config --libs --static gnutls' output.
+Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
+<http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3467>.
+
 ** minitasn1: Internal copy updated to libtasn1 v1.8.
 GnuTLS is also internally ready to be used with libtasn1 v2.0.
 
index b1f9020e47655990a09ca75d8f547207940a9e62..3b01c1786426a3d4636994d5eed1516cdeeae03b 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a pkg-config metadata file.
 # Copyright (C) 2002, 2003, 2004, 2005,
-#               2006, 2007, 2008 Free Software Foundation
+#               2006, 2007, 2008, 2009 Free Software Foundation
 # Author: Simon Josefsson
 # 
 # This file is free software; as a special exception the author gives
@@ -21,5 +21,5 @@ Description: Transport Security Layer implementation for the GNU system
 URL: http://www.gnu.org/software/gnutls/
 Version: @VERSION@
 Libs: -L${libdir} -lgnutls
-Libs.private: @LIBGNUTLS_LIBS@ 
+Libs.private: @LIBGNUTLS_LIBS@ @LTLIBTASN1@
 Cflags: -I${includedir}