]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix contrib/libunbound.pc for libssl libcrypto references,
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 May 2018 11:52:19 +0000 (11:52 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 May 2018 11:52:19 +0000 (11:52 +0000)
  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914

git-svn-id: file:///svn/unbound/trunk@4682 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/libunbound.pc.in
doc/Changelog

index 130bef520372fdd65e14d9e7ff7b4d2d6458a1fc..0cb9f875a7f259dae9966e84a5b166509a4f9ad7 100644 (file)
@@ -7,7 +7,7 @@ Name: unbound
 Description: Library with validating, recursive, and caching DNS resolver
 URL: http://www.unbound.net
 Version: @PACKAGE_VERSION@
-Requires: libcrypto libssl @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@
-Libs: -L${libdir} -lunbound
+Requires: @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@
+Libs: -L${libdir} -lunbound -lssl -lcrypto
 Libs.private: @SSLLIB@ @LIBS@
 Cflags: -I${includedir} 
index 427bd7e2941b2d325603ed71f4e2071d6cfffa9c..512153061ba1ddd589c032b333e3a11f4ce86518 100644 (file)
@@ -1,3 +1,7 @@
+11 May 2018: Wouter
+       - Fix contrib/libunbound.pc for libssl libcrypto references,
+         from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914
+
 7 May 2018: Wouter
        - Fix windows to not have sticky TLS events for TCP.
        - Fix read of DNS over TLS length and data in one read call.