From 9aa6225f555454702d4a758783accafaf4b00caf Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 17 Sep 2017 11:41:18 +0200 Subject: host-libelf: version bump 0.166 -> 0.170 Signed-off-by: Michael Olbrich --- rules/host-libelf.make | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/rules/host-libelf.make b/rules/host-libelf.make index 2ca5f0c..6432b99 100644 --- a/rules/host-libelf.make +++ b/rules/host-libelf.make @@ -16,8 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBELF) += host-libelf # # Paths and names # -HOST_LIBELF_VERSION := 0.166 -HOST_LIBELF_MD5 := d4e462b7891915dc5326bccefa2024ff +HOST_LIBELF_VERSION := 0.170 +HOST_LIBELF_MD5 := 03599aee98c9b726c7a732a2dd0245d5 HOST_LIBELF := elfutils-$(HOST_LIBELF_VERSION) HOST_LIBELF_SUFFIX := tar.bz2 HOST_LIBELF_URL := https://fedorahosted.org/releases/e/l/elfutils/$(HOST_LIBELF_VERSION)/$(HOST_LIBELF).$(HOST_LIBELF_SUFFIX) @@ -34,12 +34,22 @@ HOST_LIBELF_LICENSE := (LGPL-3.0+ OR GPL-2.0+) AND GPL-3.0+ # HOST_LIBELF_AUTOCONF := \ $(PTX_HOST_AUTOCONF) \ + --enable-deterministic-archives \ + --disable-thread-safety \ --disable-debugpred \ --disable-gprof \ --disable-gcov \ + --disable-sanitize-undefined \ --disable-valgrind \ + --disable-tests-rpath \ + --enable-libebl-subdir=elfutils \ + --enable-textrelcheck \ + --enable-symbol-versioning \ + --disable-nls \ --with-zlib \ - --with-lzma + --without-bzlib \ + --with-lzma \ + --without-biarch HOST_LIBELF_DEVPKG := NO -- cgit v1.2.3