mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
libvorbis: require cmake >= 3.10 due to removed legacy support
Link: https://github.com/openwrt/packages/issues/27607
Link: 1b48ebd31c
Signed-off-by: Marcin Maj <marcinmajsc@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libvorbis
|
PKG_NAME:=libvorbis
|
||||||
PKG_VERSION:=1.3.7
|
PKG_VERSION:=1.3.7
|
||||||
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:=http://downloads.xiph.org/releases/vorbis/
|
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/
|
||||||
|
|||||||
8
libs/libvorbis/patches/001-cmake-version.patch
Normal file
8
libs/libvorbis/patches/001-cmake-version.patch
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-cmake_minimum_required(VERSION 2.8.12)
|
||||||
|
+cmake_minimum_required(VERSION 3.10)
|
||||||
|
project(vorbis)
|
||||||
|
|
||||||
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
Reference in New Issue
Block a user