summaryrefslogtreecommitdiffstats
path: root/rules/libelf.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-06-06 16:36:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:51 +0200
commit9dd9dad3a13ef371dfd8753742756ac576a1840b (patch)
tree4fa2eba319d2acd3d5411a9f8252a7ec1f7c4f40 /rules/libelf.make
parentb50dafff667a03c272269b30bb2a4e5a5f6f77e3 (diff)
downloadptxdist-9dd9dad3a13ef371dfd8753742756ac576a1840b.tar.gz
ptxdist-9dd9dad3a13ef371dfd8753742756ac576a1840b.tar.xz
libelf: version bump 0.168 -> 0.169
Contains security fixes. Let's also add missing configure flags. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libelf.make')
-rw-r--r--rules/libelf.make20
1 files changed, 17 insertions, 3 deletions
diff --git a/rules/libelf.make b/rules/libelf.make
index f17ef6e0a..09c88f393 100644
--- a/rules/libelf.make
+++ b/rules/libelf.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBELF) += libelf
#
# Paths and names
#
-LIBELF_VERSION := 0.168
-LIBELF_MD5 := 52adfa40758d0d39e5d5c57689bf38d6
+LIBELF_VERSION := 0.169
+LIBELF_MD5 := 1ce77c5315d6bba7d883c3c4f0c2697e
LIBELF := elfutils-$(LIBELF_VERSION)
LIBELF_SUFFIX := tar.bz2
LIBELF_URL := https://fedorahosted.org/releases/e/l/elfutils/$(LIBELF_VERSION)/$(LIBELF).$(LIBELF_SUFFIX)
@@ -36,9 +36,23 @@ LIBELF_LICENSE := (LGPL-3.0+ OR GPL-2.0+) AND GPL-3.0+
LIBELF_CONF_TOOL := autoconf
LIBELF_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --enable-deterministic-archives \
+ --disable-thread-safety \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --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 \
--without-bzlib \
- --without-lzma
+ --without-lzma \
+ --without-biarch
LIBELF_ARCH := $(call remove_quotes,$(PTXCONF_ARCH_STRING))
ifdef PTXCONF_ARCH_ARM64