From 0d3ff69ce105082268d24ca5f7c609697cb9b98c Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 5 Sep 2025 20:04:16 -0500 Subject: [PATCH] Disable rpath checking --- librewolf-allow-dark.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/librewolf-allow-dark.spec b/librewolf-allow-dark.spec index e110ab7..6fc10a6 100644 --- a/librewolf-allow-dark.spec +++ b/librewolf-allow-dark.spec @@ -9,6 +9,12 @@ BuildRequires: tar zstd %description Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which if enabled lets you change the color scheme even if rfp is turned on +# disable rpath checking +# see https://stackoverflow.com/a/73807744 +# (the problem: https://drone.askiiart.net/pkg-repo/librewolf-allow-dark/4502/1/2) +# (see also: https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild) +%global __brp_check_rpaths %{nil} + #%prep %setup -q