blob: a1c9368cc98d878edf24d8e1f8eb930d554b429a [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Subject: [PATCH] Don't build-depend on libgcrypt, as nothing is used from it
2
3Backported from http://www.cups.org/strfiles.php/3308/cups-no-gcrypt.patch
4
5This addresses the cryto dependency seen during build.
6
7Upstream-Status: Backport
8
9Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
10
11Rebase the patch to ghostscript-9.15
12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13---
14 cups/libs/cups/http-private.h | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/cups/libs/cups/http-private.h b/cups/libs/cups/http-private.h
18index 99a85c3..a674852 100644
19--- a/cups/libs/cups/http-private.h
20+++ b/cups/libs/cups/http-private.h
21@@ -80,7 +80,6 @@ typedef int socklen_t;
22 # elif defined HAVE_GNUTLS
23 # include <gnutls/gnutls.h>
24 # include <gnutls/x509.h>
25-# include <gcrypt.h>
26 # elif defined(HAVE_CDSASSL)
27 # include <CoreFoundation/CoreFoundation.h>
28 # include <Security/Security.h>
29--
301.9.1
31