blob: 1c0d89f530abaf67f629a14252217946897ee9bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- libssh-0.10.3/libssh.pc.cmake.orig 2022-07-07 15:53:51.000000000 +0200
+++ libssh-0.10.3/libssh.pc.cmake 2022-12-27 11:48:22.189598206 +0100
@@ -1,6 +1,6 @@
Name: ${PROJECT_NAME}
Description: The SSH Library
Version: ${PROJECT_VERSION}
-Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lssh
+Libs: -lssh
Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}
|