libgcrypt: update to 1.4.6
[openembedded.git] / recipes / libgcrypt / files / add-pkgconfig-support.patch
1 Upstream-Status: Inappropriate [distribution]
2
3 Index: libgcrypt-1.2.4/configure.ac
4 ===================================================================
5 --- libgcrypt-1.2.4.orig/configure.ac   2008-03-19 22:14:50.000000000 +0000
6 +++ libgcrypt-1.2.4/configure.ac        2008-03-19 22:14:58.000000000 +0000
7 @@ -807,6 +807,7 @@
8  doc/Makefile
9  src/Makefile
10  src/gcrypt.h
11 +src/libgcrypt.pc
12  src/libgcrypt-config
13  tests/Makefile
14  w32-dll/Makefile
15 Index: libgcrypt-1.2.4/src/libgcrypt.pc.in
16 ===================================================================
17 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
18 +++ libgcrypt-1.2.4/src/libgcrypt.pc.in 2008-03-19 22:14:58.000000000 +0000
19 @@ -0,0 +1,32 @@
20 +# Process this file with autoconf to produce a pkg-config metadata file.
21 +# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
22 +# Author: Simon Josefsson
23 +#
24 +# This file is free software; as a special exception the author gives
25 +# unlimited permission to copy and/or distribute it, with or without
26 +# modifications, as long as this notice is preserved.
27 +#
28 +# This file is distributed in the hope that it will be useful, but
29 +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
30 +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
31 +
32 +prefix=@prefix@
33 +exec_prefix=@exec_prefix@
34 +libdir=@libdir@
35 +includedir=@includedir@
36 +
37 +# API info
38 +api_version=@LIBGCRYPT_CONFIG_API_VERSION@
39 +
40 +# Misc information.
41 +symmetric_ciphers=@LIBGCRYPT_CIPHERS@
42 +asymmetric_ciphers=@LIBGCRYPT_PUBKEY_CIPHERS@
43 +digests=@LIBGCRYPT_DIGESTS@
44 +
45 +Name: libgcrypt
46 +Description: GNU crypto library
47 +URL: http://www.gnupg.org
48 +Version: @VERSION@
49 +Libs: -L${libdir} -lgcrypt
50 +Libs.private: -L${libdir} -lgpg-error
51 +Cflags: -I${includedir}