From e2c8cadc8b1faaf0bc1653986ad87f67e24bbd70 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 1 Sep 2020 22:07:37 -0600 Subject: [PATCH] Do not use --as-needed, breaks linking --- nut.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nut.spec b/nut.spec index eed26f6..e66de6f 100644 --- a/nut.spec +++ b/nut.spec @@ -1,4 +1,5 @@ %global _hardened_build 1 +%undefine _ld_as_needed %bcond_with python2 #TODO: split nut-client so it does not require python @@ -444,6 +445,9 @@ fi %{_libdir}/pkgconfig/libnutscan.pc %changelog +* Tue Sep 1 2020 Orion Poplawski - 2.7.4-34 +- Do not use --as-needed, breaks linking + * Sat Aug 01 2020 Fedora Release Engineering - 2.7.4-34 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild