aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/elfutils/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-01-03 15:18:33 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2021-08-08 19:50:46 +0200
commit1795bd2f1b3b30620805033d3fa5e22ae68fd6d6 (patch)
tree7f846ed91b71a02a601fa286de7e11bd96624cfa /package/libs/elfutils/Makefile
parent30fb675847251d3ca745201acf21dc0dca446f13 (diff)
downloadupstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.tar.gz
upstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.tar.bz2
upstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.zip
elfutils: update to 0.182
Add --disable-libdebuginfod with remove libcurl dependency. Remove totally unused host elfutils. Refreshed and rebased patches. Also happens to fix compilation with GCC11. Newer versions of elfutils seem to have some kind of dependency on obstack. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/elfutils/Makefile')
-rw-r--r--package/libs/elfutils/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile
index 3e36dc27b8..d595e4caf2 100644
--- a/package/libs/elfutils/Makefile
+++ b/package/libs/elfutils/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=elfutils
-PKG_VERSION:=0.180
-PKG_RELEASE:=2
+PKG_VERSION:=0.182
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION)
-PKG_HASH:=b827b6e35c59d188ba97d7cf148fa8dc6f5c68eb6c5981888dfdbb758c0b569d
+PKG_HASH:=ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
PKG_LICENSE:=GPL-3.0-or-later
@@ -63,7 +63,9 @@ endif
CONFIGURE_ARGS += \
--program-prefix=eu- \
--disable-debuginfod \
- --without-lzma
+ --disable-libdebuginfod \
+ --without-lzma \
+ --without-zstd
TARGET_CFLAGS += -D_GNU_SOURCE -Wno-unused-result -Wno-format-nonliteral