summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2022-12-27 11:49:20 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2022-12-27 11:49:20 +0100
commit4cbdf999089f893902ed49229719e0d79fd99754 (patch)
treead0ebe8942ccaf8d236e05997499f2ab9da54c16 /patches
parent4d114e7585f4e3d348d1c46011676284b1fd692c (diff)
downloadmidipix_build-4cbdf999089f893902ed49229719e0d79fd99754.tar.bz2
midipix_build-4cbdf999089f893902ed49229719e0d79fd99754.tar.xz
patches/libssh-0.10.3.local.patch: don't prepend -L${CMAKE_INSTALL_FULL_LIBDIR}.
Diffstat (limited to 'patches')
-rw-r--r--patches/libssh-0.10.3.local.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/libssh-0.10.3.local.patch b/patches/libssh-0.10.3.local.patch
new file mode 100644
index 00000000..1c0d89f5
--- /dev/null
+++ b/patches/libssh-0.10.3.local.patch
@@ -0,0 +1,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}
+