Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / lib / gnutls.pc.in
1 # Process this file with autoconf to produce a pkg-config metadata file.
2
3 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
4
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.  This file is offered as-is,
8 # without any warranty.
9
10 # Author: Simon Josefsson
11
12 prefix=@prefix@
13 exec_prefix=@exec_prefix@
14 libdir=@libdir@
15 includedir=@includedir@
16
17 Name: GnuTLS
18 Description: Transport Security Layer implementation for the GNU system
19 URL: http://www.gnutls.org/
20 Version: @VERSION@
21 Libs: -L${libdir} -lgnutls
22 Libs.private: @LIBZ@ @LIBINTL@ @LIBSOCKET@ @LIBPTHREAD@ @LIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@
23 @GNUTLS_REQUIRES_PRIVATE@
24 Cflags: -I${includedir}