]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Patch, do not export python from pkg-config, from Petr Menšík.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Jun 2018 06:07:31 +0000 (06:07 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Jun 2018 06:07:31 +0000 (06:07 +0000)
git-svn-id: file:///svn/unbound/trunk@4758 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/libunbound.pc.in
doc/Changelog

index 0cb9f875a7f259dae9966e84a5b166509a4f9ad7..810c571343a4b49419273d7607b8fed187de6a13 100644 (file)
@@ -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} 
index 8a4832828028cc8ccfe2dac2c74c56f478e01a87..2a06c776e2c0600efbaa7267c5f16eb9ce0a6649 100644 (file)
@@ -1,5 +1,6 @@
 27 June 2018: Wouter
        - #4109: Fix that package config depends on python unconditionally.
+       - Patch, do not export python from pkg-config, from Petr Menšík.
 
 26 June 2018: Wouter
        - Tentative fix for permission denied on IPv6 address on FreeBSD.