blob: 838c23440bb48d1285cf18b0e4f795df2420e8f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Remove libdir from pkg-config --libs output, as it's a standard place
on Fedora
--- 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 @LIBS@
+Libs: -lssh2 @LIBS@
Libs.private: @LIBS@
Cflags: -I${includedir}
|