libconfig: update to 1.7.3 and remove upstreamed patch

This commit is contained in:
heitbaum 2021-06-20 13:12:59 +00:00
parent 9a2abd4baf
commit afdc28bb98
2 changed files with 2 additions and 27 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libconfig"
PKG_VERSION="1.7.2"
PKG_SHA256="f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726"
PKG_VERSION="1.7.3"
PKG_SHA256="68757e37c567fd026330c8a8449aa5f9cac08a642f213f2687186b903bd7e94e"
PKG_LICENSE="LGPL"
PKG_SITE="https://github.com/hyperrealm/libconfig"
PKG_URL="https://github.com/hyperrealm/libconfig/archive/v${PKG_VERSION}.tar.gz"

View File

@ -1,25 +0,0 @@
--- libconfig-1.7.2/Makefile.am.orig 2020-12-30 11:29:05.944066542 +0000
+++ libconfig-1.7.2/Makefile.am 2020-12-30 11:29:27.477746250 +0000
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = lib doc tinytest tests
+SUBDIRS = lib
if BUILDEXAMPLES
SUBDIRS += examples
--- libconfig-1.7.2/configure.ac.orig 2020-12-30 11:27:52.216245652 +0000
+++ libconfig-1.7.2/configure.ac 2020-12-30 11:28:13.199901992 +0000
@@ -129,11 +129,8 @@
lib/libconfig++.pc
lib/libconfigConfig.cmake
lib/libconfig++Config.cmake
- doc/Makefile
examples/Makefile
examples/c/Makefile
examples/c++/Makefile
- tinytest/Makefile
- tests/Makefile
libconfig.spec
)