You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
370 B
13 lines
370 B
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}
|