chore (libbacktrace-nightly): use %conf (#11388) (#11454)

This commit is contained in:
Raboneko
2026-04-17 21:43:34 -05:00
committed by GitHub
parent 4d508ef43d
commit 100f23b604
+3 -1
View File
@@ -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