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")