From: Simon Josefsson Date: Fri, 17 Apr 2009 07:47:03 +0000 (+0200) Subject: Add -ltasn1 to pkg-config file. X-Git-Tag: gnutls_2_7_7~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee7802a60fec46ad1ae95746f690fab386f03c05;p=thirdparty%2Fgnutls.git Add -ltasn1 to pkg-config file. Reported by Andreas Metzler in . --- diff --git a/NEWS b/NEWS index 28d9b947a1..59d362a75f 100644 --- 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 in +. + ** minitasn1: Internal copy updated to libtasn1 v1.8. GnuTLS is also internally ready to be used with libtasn1 v2.0. diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index b1f9020e47..3b01c17864 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -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}