summaryrefslogtreecommitdiff
path: root/contrib/libunbound.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libunbound.pc.in')
-rw-r--r--contrib/libunbound.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libunbound.pc.in b/contrib/libunbound.pc.in
index 130bef520372..0cb9f875a7f2 100644
--- a/contrib/libunbound.pc.in
+++ b/contrib/libunbound.pc.in
@@ -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}