From ce8a2d4cc02b374f3e1d93a34ef24105b2a00338 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Jan 26 2022 13:56:14 +0000 Subject: Work around strange F34-only FTBFS (#1923550) Sorry, I am really not in a mood to debug this any further considering that this does NOT happen in F35 nor Rawhide. --- diff --git a/trojita.spec b/trojita.spec index a205866..0f04e7c 100644 --- a/trojita.spec +++ b/trojita.spec @@ -2,6 +2,11 @@ %bcond_with doxy +%if 0%{?fedora} == 34 +# work around strange F34-only FTBFS (#1923550) +%global __global_ldflags %{build_ldflags} -Wl,--copy-dt-needed-entries +%endif + %global gitdate 20220117 %global commit0 266c757344b183a97713305319fd1a48d7a46b50 %global srcurl https://github.com/KDE/%{name}