From 673b1ca53adb1777df228ebda288185e5e3a2cc6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:42:49 -0500 Subject: [PATCH] chore (libbacktrace-nightly): use %conf (#11388) (#11453) --- anda/lib/backtrace/libbacktrace-nightly.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/backtrace/libbacktrace-nightly.spec b/anda/lib/backtrace/libbacktrace-nightly.spec index 97bfcf26d3..14016bca45 100644 --- a/anda/lib/backtrace/libbacktrace-nightly.spec +++ b/anda/lib/backtrace/libbacktrace-nightly.spec @@ -36,13 +36,15 @@ This package contains the development files for the %name package. %prep %autosetup -n libbacktrace-%commit -%build +%conf autoreconf -fiv %configure \ --disable-static \ --enable-shared \ --with-system-libunwind \ --enable-silent-rules + +%build %make_build %check