blob: 4c9bb22fa2dfe5ae84967b3b0bcc1c68c1c9765e [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 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
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006Don'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
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
11This addresses the cryto dependency seen during build.
12
13Upstream-Status: Backport
14
15Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
16
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017Rebase to 9.23
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018Signed-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--
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800361.8.3.1
Patrick Williamsc124f4f2015-09-15 14:41:29 -050037