xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ghostscript/ghostscript/cups-no-gcrypt.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From 9129eb7fa9dc160d64a7d9df9279a3b1dae4d793 Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Thu, 29 Mar 2018 16:16:18 +0800
4Subject: [PATCH 08/10] cups no gcrypt
5
6Don't build-depend on libgcrypt, as nothing is used from it
7
8Backported from
9http://www.cups.org/strfiles.php/3308/cups-no-gcrypt.patch
10
11This addresses the cryto dependency seen during build.
12
13Upstream-Status: Backport
14
15Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
16
17Rebase to 9.23
18Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
19---
20 cups/libs/cups/http-private.h | 1 -
21 1 file changed, 1 deletion(-)
22
23diff --git a/cups/libs/cups/http-private.h b/cups/libs/cups/http-private.h
24index 99a85c3..a674852 100644
25--- a/cups/libs/cups/http-private.h
26+++ b/cups/libs/cups/http-private.h
27@@ -80,7 +80,6 @@ typedef int socklen_t;
28 #  elif defined HAVE_GNUTLS
29 #    include <gnutls/gnutls.h>
30 #    include <gnutls/x509.h>
31-#    include <gcrypt.h>
32 #  elif defined(HAVE_CDSASSL)
33 #    include <CoreFoundation/CoreFoundation.h>
34 #    include <Security/Security.h>
35--
361.8.3.1
37
38