changeset 757:c7c11c87efd3

core/elfutils: fix build with llvm
author David Demelier <markand@malikania.fr>
date Thu, 08 Aug 2019 20:10:00 +0200
parents e0b4ebe99631
children 9a065a72dcad
files core/elfutils/elfutils.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/elfutils/elfutils.sh	Wed Aug 07 21:58:28 2019 +0200
+++ b/core/elfutils/elfutils.sh	Thu Aug 08 20:10:00 2019 +0200
@@ -52,7 +52,8 @@
 		--host=$CHOST \
 		--prefix= \
 		--program-prefix="eu-" \
-		--disable-nls
+		--disable-nls \
+		--disable-dependency-tracking
 	make
 	make install DESTDIR=$DESTDIR