From e0ca82d8e261a4bbffbb98320d828fd7e7c05b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 28 Feb 2022 13:18:11 +0100 Subject: [PATCH] Don't use --as-needed link option Related: rhbz#2044859 --- flexiblas.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flexiblas.spec b/flexiblas.spec index 78cb6a6..e4dd49e 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -2,6 +2,7 @@ %bcond_without atlas %bcond_without blis %bcond_without openblas +%undefine _ld_as_needed %if %{with openblas} %global default_backend openblas-openmp @@ -16,7 +17,7 @@ Name: flexiblas Version: %{major_version}.%{minor_version}.%{patch_version} -Release: 7%{?dist} +Release: 8%{?dist} Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends # GPLv3 with an exception for the BLAS/LAPACK interface @@ -399,6 +400,10 @@ make -C build64 test %endif %changelog +* Mon Feb 28 2022 Matej Mužila - 3.0.4-8 +- Don't use --as-needed link option + Related: rhbz#2044859 + * Wed Feb 23 2022 Matej Mužila - 3.0.4-7 - Add gating.yaml Related: rhbz#2044859