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

This commit is contained in:
Raboneko
2026-04-17 21:42:49 -05:00
committed by GitHub
parent 524a2c35e0
commit 673b1ca53a
+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