- New upstream release 1.7.0 - diffie_hellman_sha256: Convert bytes to bits (CVE-2016-0787); see http://www.libssh2.org/adv_20160223.html - libssh2_session_set_last_error: Add function - See RELEASE-NOTES for details of bug fixesepel9
parent
1ce9bf4210
commit
0587739ebe
@ -1,12 +0,0 @@
|
||||
Remove LDFLAGS from pkg-config --libs output (#1279966)
|
||||
|
||||
--- libssh2.pc.in
|
||||
+++ 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@
|
||||
Libs.private: @LIBS@
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in new issue