From 99cffeaddce9a7853e9b701fdd656f29f9ace732 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Mon, 23 Dec 2019 19:31:27 +0300 Subject: [PATCH] elfutils fix --- system/devel/elfutils/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devel/elfutils/actions.py b/system/devel/elfutils/actions.py index 2a73dbeb..03a4ae95 100644 --- a/system/devel/elfutils/actions.py +++ b/system/devel/elfutils/actions.py @@ -15,7 +15,7 @@ def setup(): # themselves, and they use -Werror. - options ='-disable-nls --program-prefix=\"eu-\" --with-zlib' + options ='-disable-nls --program-prefix=\"eu-\" --with-zlib --disable-debuginfod' if get.buildTYPE() == "emul32": shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")