blob: e2525540169e18b7e59b806775fdb4bfb0141da0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff -ru libssh-0.10.6.orig/libssh.pc.cmake libssh-0.10.6/libssh.pc.cmake
--- libssh-0.10.6.orig/libssh.pc.cmake 2022-11-18 16:16:47.000000000 +0100
+++ libssh-0.10.6/libssh.pc.cmake 2023-12-19 14:32:21.461084477 +0100
@@ -6,5 +6,5 @@
Name: @PROJECT_NAME@
Description: The SSH Library
Version: @PROJECT_VERSION@
-Libs: -L${libdir} -lssh
+Libs: -lssh
Cflags: -I${includedir}
|