Blame SOURCES/unbound-1.7.2-python3-pkgconfig.patch

dad965
From bca54a8b252d4a75e940424dc761c6a4e487eb84 Mon Sep 17 00:00:00 2001
dad965
From: Wouter Wijngaards <wouter@nlnetlabs.nl>
dad965
Date: Wed, 27 Jun 2018 06:07:31 +0000
dad965
Subject: [PATCH 2/2] =?UTF-8?q?-=20Patch,=20do=20not=20export=20python=20f?=
dad965
 =?UTF-8?q?rom=20pkg-config,=20from=20Petr=20Men=C5=A1=C3=ADk.?=
dad965
MIME-Version: 1.0
dad965
Content-Type: text/plain; charset=UTF-8
dad965
Content-Transfer-Encoding: 8bit
dad965
dad965
git-svn-id: file:///svn/unbound/trunk@4758 be551aaa-1e26-0410-a405-d3ace91eadb9
dad965
---
dad965
 contrib/libunbound.pc.in | 3 ++-
dad965
 1 file changed, 2 insertions(+), 1 deletion(-)
dad965
dad965
diff --git a/contrib/libunbound.pc.in b/contrib/libunbound.pc.in
dad965
index 0cb9f875..810c5713 100644
dad965
--- a/contrib/libunbound.pc.in
dad965
+++ b/contrib/libunbound.pc.in
dad965
@@ -7,7 +7,8 @@ Name: unbound
dad965
 Description: Library with validating, recursive, and caching DNS resolver
dad965
 URL: http://www.unbound.net
dad965
 Version: @PACKAGE_VERSION@
dad965
-Requires: @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@
dad965
+Requires: libcrypto libssl @PC_LIBEVENT_DEPENDENCY@
dad965
+Requires.private: @PC_PY_DEPENDENCY@
dad965
 Libs: -L${libdir} -lunbound -lssl -lcrypto
dad965
 Libs.private: @SSLLIB@ @LIBS@
dad965
 Cflags: -I${includedir} 
dad965
-- 
dad965
2.14.4
dad965