diff core/elfutils/elfutils.sh @ 757:c7c11c87efd3

core/elfutils: fix build with llvm
author David Demelier <markand@malikania.fr>
date Thu, 08 Aug 2019 20:10:00 +0200
parents 59a2fa6992bc
children a133976e0783
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