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

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-04-17 12:50:37 -05:00
committed by GitHub
parent bf8f3d486f
commit e60c7f879c
+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