diff options
author | Ørjan Malde <red@foxi.me> | 2023-12-19 14:34:25 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2023-12-19 14:34:25 +0100 |
commit | d3664d13129c92a503d98e2e92a71703f511f814 (patch) | |
tree | 46668d122180f884d45d52971d6383fd0f679b2d /patches | |
parent | 8a3e91506a950e351907643847c1ae8251625604 (diff) | |
download | midipix_build-d3664d13129c92a503d98e2e92a71703f511f814.tar.bz2 midipix_build-d3664d13129c92a503d98e2e92a71703f511f814.tar.xz |
groups.d/251.native_packages_lib.group: libssh: bump to v0.10.6
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libssh-0.10.3.local.patch | 10 | ||||
-rw-r--r-- | patches/libssh-0.10.6.local.patch | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/patches/libssh-0.10.3.local.patch b/patches/libssh-0.10.3.local.patch deleted file mode 100644 index 1c0d89f5..00000000 --- a/patches/libssh-0.10.3.local.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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} - diff --git a/patches/libssh-0.10.6.local.patch b/patches/libssh-0.10.6.local.patch new file mode 100644 index 00000000..e2525540 --- /dev/null +++ b/patches/libssh-0.10.6.local.patch @@ -0,0 +1,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} |