From 861b1bc86b8cc602ddbe142642d1543099bd640a Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Mon, 19 May 2014 10:12:10 +0200 Subject: [PATCH] [PATCH] Do not expose private libraries nor link flags to users of libssh2 Reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747417 Gbp-Pq: Name 0001-Do-not-expose-private-libraries-nor-link-flags-to-us.patch --- libssh2.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh2.pc.in b/libssh2.pc.in index bef3724..04152e1 100644 --- a/libssh2.pc.in +++ b/libssh2.pc.in @@ -12,6 +12,6 @@ URL: https://www.libssh2.org/ Description: Library for SSH-based communication Version: @LIBSSH2VER@ Requires.private: @LIBSREQUIRED@ -Libs: -L${libdir} -lssh2 @LIBS@ +Libs: -L${libdir} -lssh2 Libs.private: @LIBS@ -lgpg-error Cflags: -I${includedir}