chore (xavs): use %conf (#11289) (#11414)

This commit is contained in:
Raboneko
2026-04-17 18:12:15 -05:00
committed by GitHub
parent eaa6f89630
commit 6693f17aad
+3 -1
View File
@@ -39,12 +39,14 @@ svn co https://svn.code.sf.net/p/xavs/code/trunk %{name}
%setup -T -D -n %{name}
%autopatch -p1
%build
%conf
%configure \
--disable-asm \
--enable-pic \
--enable-shared \
--extra-cflags="-Wno-int-conversion -Wno-declaration-missing-parameter-type"
%build
%make_build
%install