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