diff --git a/SPECS/elfutils.spec b/SPECS/elfutils.spec index afa8646..aca6e16 100644 --- a/SPECS/elfutils.spec +++ b/SPECS/elfutils.spec @@ -262,6 +262,10 @@ such servers to download those files on demand. # are executable. find . -name \*.sh ! -perm -0100 -print | xargs chmod +x +%ifarch %{arm} +echo -e '"dwarf: arm needs debuginfo installed for all libraries"\nexit 77' > tests/run-backtrace-native-core.sh +%endif + %build # Remove -Wall from default flags. The makefiles enable enough warnings # themselves, and they use -Werror. Appending -Wall defeats the cases where