Files
MINGW-packages/mingw-w64-libssh2/fix-pkgconfig.patch

11 lines
372 B
Diff

--- libssh2-1.9.0/libssh2.pc.in.orig 2020-06-09 11:09:01.167808300 +0300
+++ libssh2-1.9.0/libssh2.pc.in 2020-06-09 11:09:05.525429400 +0300
@@ -12,6 +12,6 @@
Description: Library for SSH-based communication
Version: @LIBSSH2VER@
Requires.private: @LIBSREQUIRED@
-Libs: -L${libdir} -lssh2 @LIBS@
+Libs: -L${libdir} -lssh2
Libs.private: @LIBS@
Cflags: -I${includedir}