mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 21:52:39 +00:00
fix(main/transmission): fix builds with cmake 4.x
This commit is contained in:
@@ -5,7 +5,7 @@ TERMUX_PKG_LICENSE="GPL-2.0, GPL-3.0"
|
||||
TERMUX_PKG_LICENSE_FILE="COPYING, licenses/gpl-2.0.txt, licenses/gpl-3.0.txt"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="4.0.6"
|
||||
TERMUX_PKG_REVISION=3
|
||||
TERMUX_PKG_REVISION=4
|
||||
TERMUX_PKG_SRCURL=git+https://github.com/transmission/transmission
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
--- ./third-party/dht/CMakeLists.txt.orig 2025-06-11 01:22:07.759393284 +0000
|
||||
+++ ./third-party/dht/CMakeLists.txt 2025-06-11 01:22:21.415684398 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required(VERSION 2.8)
|
||||
+cmake_minimum_required(VERSION 3.15)
|
||||
project(dht C)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC
|
||||
Reference in New Issue
Block a user