summaryrefslogtreecommitdiff
path: root/libssh2-1.6.0-pkgconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libssh2-1.6.0-pkgconfig.patch')
-rw-r--r--libssh2-1.6.0-pkgconfig.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libssh2-1.6.0-pkgconfig.patch b/libssh2-1.6.0-pkgconfig.patch
new file mode 100644
index 0000000..6cd69fc
--- /dev/null
+++ b/libssh2-1.6.0-pkgconfig.patch
@@ -0,0 +1,12 @@
+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}
bgstack15