mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
elfutils: update to 0.193
This commit is contained in:
parent
ea167c3ed1
commit
ffc6bb95b4
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="elfutils"
|
||||
PKG_VERSION="0.192"
|
||||
PKG_SHA256="616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4"
|
||||
PKG_VERSION="0.193"
|
||||
PKG_SHA256="7857f44b624f4d8d421df851aaae7b1402cfe6bcdd2d8049f15fc07d3dde7635"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://sourceware.org/elfutils/"
|
||||
PKG_URL="https://sourceware.org/elfutils/ftp/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
|
@ -12,24 +12,24 @@ diff --git a/Makefile.am b/Makefile.am
|
||||
index bd8926b..1733937 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -27,7 +27,11 @@
|
||||
@@ -29,7 +29,11 @@
|
||||
pkginclude_HEADERS = version.h
|
||||
|
||||
SUBDIRS = config lib libelf libcpu backends libebl libdwelf libdwfl libdw \
|
||||
- libasm debuginfod src po doc tests
|
||||
+ libasm debuginfod po doc tests
|
||||
SUBDIRS = config lib libelf libcpu backends libebl libdwelf libdwfl \
|
||||
- libdwfl_stacktrace libdw libasm debuginfod src po doc tests
|
||||
+ libdwfl_stacktrace libdw libasm debuginfod po doc tests
|
||||
+
|
||||
+if BUILD_PROGRAMS
|
||||
+ SUBDIRS += src
|
||||
+endif
|
||||
|
||||
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
||||
COPYING COPYING-GPLV2 COPYING-LGPLV3
|
||||
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING SECURITY \
|
||||
COPYING COPYING-GPLV2 COPYING-LGPLV3 CONDUCT
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 5a2dc37..a1e856a 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -88,6 +88,11 @@ AS_IF([test "$use_locks" = yes],
|
||||
@@ -82,6 +82,11 @@
|
||||
|
||||
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)
|
||||
+
|
||||
m4_version_prereq([2.70], [AC_PROG_CC], [AC_PROG_CC_C99])
|
||||
AC_PROG_CXX
|
||||
AC_PROG_RANLIB
|
||||
# Provided by gnulib's m4/std-gnu11.m4 for autoconf pre 2.70
|
||||
AC_PROG_CC
|
||||
AS_IF([test "x$ac_cv_prog_cc_c11" = "xno"],
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user