mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
elfutils: update to 0.186
update 0.182 (2020-10-31) to 0.186 (2021-11-10) announce: - https://sourceware.org/pipermail/elfutils-devel/2021q1/003486.html - https://sourceware.org/pipermail/elfutils-devel/2021q2/003797.html - https://sourceware.org/pipermail/elfutils-devel/2021q2/003843.html - https://sourceware.org/pipermail/elfutils-devel/2021q4/004346.html
This commit is contained in:
parent
f440e3bc37
commit
171c6332d6
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="elfutils"
|
PKG_NAME="elfutils"
|
||||||
PKG_VERSION="0.182"
|
PKG_VERSION="0.186"
|
||||||
PKG_SHA256="ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858"
|
PKG_SHA256="7f6fb9149b1673d38d9178a0d3e0fb8a1ec4f53a9f4c2ff89469609879641177"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://sourceware.org/elfutils/"
|
PKG_SITE="https://sourceware.org/elfutils/"
|
||||||
PKG_URL="https://sourceware.org/elfutils/ftp/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://sourceware.org/elfutils/ftp/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
|
@ -15,7 +15,7 @@ index bd8926b..1733937 100644
|
|||||||
@@ -27,7 +27,11 @@
|
@@ -27,7 +27,11 @@
|
||||||
pkginclude_HEADERS = version.h
|
pkginclude_HEADERS = version.h
|
||||||
|
|
||||||
SUBDIRS = config m4 lib libelf libcpu backends libebl libdwelf libdwfl libdw \
|
SUBDIRS = config lib libelf libcpu backends libebl libdwelf libdwfl libdw \
|
||||||
- libasm debuginfod src po doc tests
|
- libasm debuginfod src po doc tests
|
||||||
+ libasm debuginfod po doc tests
|
+ libasm debuginfod po doc tests
|
||||||
+
|
+
|
||||||
@ -38,7 +38,7 @@ index 5a2dc37..a1e856a 100644
|
|||||||
+ [build_programs=$enableval], [build_programs=no])
|
+ [build_programs=$enableval], [build_programs=no])
|
||||||
+AM_CONDITIONAL(BUILD_PROGRAMS, test "$build_programs" = yes)
|
+AM_CONDITIONAL(BUILD_PROGRAMS, test "$build_programs" = yes)
|
||||||
+
|
+
|
||||||
AC_PROG_CC
|
AC_PROG_CC_C99
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user