Disable rpath checking
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
askiiart 2025-09-05 20:04:16 -05:00
parent 1bef8b2f1f
commit 0d3ff69ce1

View file

@ -9,6 +9,12 @@ BuildRequires: tar zstd
%description %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 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 #%prep
%setup -q %setup -q