mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
libssh: Add compatibility with cmake 4.x, remove absent maintainer
* Add compatibility with cmake 4.x * Remove maintainer who has been absent since 2019 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libssh
|
PKG_NAME:=libssh
|
||||||
PKG_VERSION:=0.10.6
|
PKG_VERSION:=0.10.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://www.libssh.org/files/0.10/
|
PKG_SOURCE_URL:=https://www.libssh.org/files/0.10/
|
||||||
PKG_HASH:=1861d498f5b6f1741b6abc73e608478491edcf9c9d4b6630eef6e74596de9dc1
|
PKG_HASH:=1861d498f5b6f1741b6abc73e608478491edcf9c9d4b6630eef6e74596de9dc1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause
|
PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:libssh:libssh
|
PKG_CPE_ID:=cpe:/a:libssh:libssh
|
||||||
|
|||||||
8
libs/libssh/patches/001-fix-cmake4.patch
Normal file
8
libs/libssh/patches/001-fix-cmake4.patch
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-cmake_minimum_required(VERSION 3.3.0)
|
||||||
|
+cmake_minimum_required(VERSION 3.10.0)
|
||||||
|
cmake_policy(SET CMP0048 NEW)
|
||||||
|
|
||||||
|
# Specify search path for CMake modules to be loaded by include()
|
||||||
Reference in New Issue
Block a user