From 92cc61177b1ed777f661bcbc796a2941e5b276bb Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:01:36 -0500 Subject: [PATCH] chore (breakpad): use %conf (#11301) (#11324) --- anda/lib/breakpad/breakpad.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/breakpad/breakpad.spec b/anda/lib/breakpad/breakpad.spec index 01f71de917..3133f09c6d 100644 --- a/anda/lib/breakpad/breakpad.spec +++ b/anda/lib/breakpad/breakpad.spec @@ -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