diff options
Diffstat (limited to 'contrib/libunbound.pc.in')
-rw-r--r-- | contrib/libunbound.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libunbound.pc.in b/contrib/libunbound.pc.in index c0d1286401cc..130bef520372 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: -Libs: -L${libdir} -lunbound @SSLLIB@ @LIBS@ -Libs.private: @LDFLAGS@ +Requires: libcrypto libssl @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@ +Libs: -L${libdir} -lunbound +Libs.private: @SSLLIB@ @LIBS@ Cflags: -I${includedir} |