Subject: [PATCH] Do not expose private libraries nor link flags to clients of libssh2

[PATCH] Do not expose private libraries nor link flags to clients of libssh2

From: Mikhail Gusarov <dottedmag_at_dottedmag.net>
Date: Mon, 19 May 2014 10:09:16 +0200

Reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747417

---
 libssh2.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libssh2.pc.in b/libssh2.pc.in
index 26d8a45..3a4f7b6 100644
--- a/libssh2.pc.in
+++ b/libssh2.pc.in
@@ -12,6 +12,6 @@ URL: http://www.libssh2.org/
 Description: Library for SSH-based communication
 Version: @LIBSSH2VER@
 Requires.private: @LIBSREQUIRED@
-Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@
+Libs: -L${libdir} -lssh2
 Libs.private: @LIBS@
 Cflags: -I${includedir}
-- 
1.8.5.3
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2014-05-19