heitbaum 2021-02-08 09:37:02 +00:00
parent f440e3bc37
commit 171c6332d6
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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
-- --