From 9c4b380dd6206a004fab075b3e51148616dd5b34 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 23 Apr 2012 12:33:08 +0200 Subject: [PATCH] Changed 'Requires' to 'Requires.private'. Only static builds need to link against the crypto libs. --- libssh2.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh2.pc.in b/libssh2.pc.in index 49c2e1b..26d8a45 100644 --- a/libssh2.pc.in +++ b/libssh2.pc.in @@ -11,7 +11,7 @@ Name: libssh2 URL: http://www.libssh2.org/ Description: Library for SSH-based communication Version: @LIBSSH2VER@ -Requires: @LIBSREQUIRED@ +Requires.private: @LIBSREQUIRED@ Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@ Libs.private: @LIBS@ Cflags: -I${includedir}