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

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-04-17 21:29:25 -05:00
committed by GitHub
parent c27b70bd66
commit 6aebf1f65b
+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