public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: Don't use native unwinder on arm
@ 2026-08-03 10:22 Jakub Filak
0 siblings, 0 replies; only message in thread
From: Jakub Filak @ 2026-08-03 10:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : 540b10b023c54b0078cc11e8b936802974936e9b
Author : Jakub Filak <jfilak@redhat.com>
Date : 2014-07-16T08:35:30+02:00
Stats : +9/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/540b10b023c54b0078cc11e8b936802974936e9b?branch=update-2.17.8
Log:
Don't use native unwinder on arm
---
diff --git a/abrt.spec b/abrt.spec
index e5d06f5..0d4033c 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -40,7 +40,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -430,8 +430,11 @@ to the shell
autoreconf --force --install
intltoolize --force --copy --automake
CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs \
- --disable-silent-rules \
- --enable-native-unwinder
+%ifnarch arm armhfp armv7hl armv7l aarch64
+ --enable-native-unwinder \
+%endif
+ --disable-silent-rules
+
make %{?_smp_mflags}
%install
@@ -924,6 +927,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
+* Wed Jul 16 2014 Jakub Filak <jfilak@redhat.com> 2.2.2-3
+- don't use native unwinder on arm
+
* Mon Jul 14 2014 Jakub Filak <jfilak@redhat.com> 2.2.2-2
- use native unwinder for generating 'core_backtrace'
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:22 [rpms/abrt] update-2.17.8: Don't use native unwinder on arm Jakub Filak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox