mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
elfutils: update to 0.188
release notes: - https://sourceware.org/pipermail/elfutils-devel/2022q4/005561.html
This commit is contained in:
parent
41d6e391ac
commit
0869fa0ab9
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="elfutils"
|
||||
PKG_VERSION="0.187"
|
||||
PKG_SHA256="e70b0dfbe610f90c4d1fe0d71af142a4e25c3c4ef9ebab8d2d72b65159d454c8"
|
||||
PKG_VERSION="0.188"
|
||||
PKG_SHA256="fb8b0e8d0802005b9a309c60c1d8de32dd2951b56f0c3a3cb56d21ce01595dff"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://sourceware.org/elfutils/"
|
||||
PKG_URL="https://sourceware.org/elfutils/ftp/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
|
@ -29,7 +29,7 @@ diff --git a/configure.ac b/configure.ac
|
||||
index 5a2dc37..a1e856a 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -87,6 +87,11 @@ AS_IF([test "$use_locks" = yes],
|
||||
@@ -88,6 +88,11 @@ AS_IF([test "$use_locks" = yes],
|
||||
|
||||
AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.])
|
||||
|
||||
@ -38,9 +38,9 @@ index 5a2dc37..a1e856a 100644
|
||||
+ [build_programs=$enableval], [build_programs=no])
|
||||
+AM_CONDITIONAL(BUILD_PROGRAMS, test "$build_programs" = yes)
|
||||
+
|
||||
AC_PROG_CC_C99
|
||||
m4_version_prereq([2.70], [AC_PROG_CC], [AC_PROG_CC_C99])
|
||||
AC_PROG_CXX
|
||||
AC_PROG_RANLIB
|
||||
AC_PROG_YACC
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user