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.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libunbound.pc.in b/contrib/libunbound.pc.in
index 810c571343a4..1442ed523adc 100644
--- a/contrib/libunbound.pc.in
+++ b/contrib/libunbound.pc.in
@@ -7,8 +7,8 @@ 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@
-Requires.private: @PC_PY_DEPENDENCY@
-Libs: -L${libdir} -lunbound -lssl -lcrypto
+Requires: @PC_CRYPTO_DEPENDENCY@ @PC_LIBEVENT_DEPENDENCY@
+Requires.private: @PC_PY_DEPENDENCY@ @PC_LIBBSD_DEPENDENCY@
+Libs: -L${libdir} -lunbound
Libs.private: @SSLLIB@ @LIBS@
-Cflags: -I${includedir}
+Cflags: -I${includedir}