From cc5ef6233f2611d242a478fc9b9c0931b739dfdb Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 19 Jan 2019 19:36:33 +0100 Subject: [PATCH] Disable --as-needed Similar issues in the past: - https://bugzilla.novell.com/show_bug.cgi?id=567267 - https://bugs.launchpad.net/ubuntu/+source/ebtables/+bug/899315 Signed-off-by: David Abdurachmanov --- ebtables.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ebtables.spec b/ebtables.spec index 3eb0f05..89fbbef 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -1,8 +1,10 @@ %global ebminor 4 +%undefine _ld_as_needed + Name: ebtables Version: 2.0.10 -Release: 28.0.riscv64%{?dist} +Release: 28.1.riscv64%{?dist} Summary: Ethernet Bridge frame table administration tool License: GPLv2+ URL: http://ebtables.sourceforge.net/ @@ -128,6 +130,9 @@ fi %ghost %{_sysconfdir}/sysconfig/ebtables.broute %changelog +* Sat Jan 19 2019 David Abdurachmanov 2.0.10-28.1.riscv64 +- Disable --as-needed to resolve segfaults + * Sat Jan 19 2019 David Abdurachmanov 2.0.10-28.0.riscv64 - No changes, just rebuild