chore (breakpad): use %conf (#11301) (#11322)

This commit is contained in:
Raboneko
2026-04-17 13:01:09 -05:00
committed by GitHub
parent 9e37f5e32e
commit e8d31e758b
+3 -1
View File
@@ -32,11 +32,13 @@ mkdir -p src/third_party/lss
cd src/third_party/lss
tar -xzf %{SOURCE1} --strip-components=0
%build
%conf
export CFLAGS="$CFLAGS -Wno-error"
export CXXFLAGS="$CXXFLAGS -Wno-error"
%configure
%build
%make_build
%install