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

This commit is contained in:
Raboneko
2026-04-17 21:42:35 -05:00
committed by GitHub
parent a6d5a79a3f
commit f5f14d35ea
+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