reduce dependencies in the prep stage

Don't depend on configure and autotools etc. in prep.
Instead run %configure from the more standard %build stage.
epel9
Pádraig Brady 8 years ago
parent 0c5b27a5a1
commit 3ad5c8ac93

@ -42,9 +42,8 @@ configured using "pkg-config --libs libbsd-ctor".
%setup -q %setup -q
%patch1 -p1 -b .deprecated %patch1 -p1 -b .deprecated
%configure
%build %build
%configure
make CFLAGS="%{optflags}" %{?_smp_mflags} \ make CFLAGS="%{optflags}" %{?_smp_mflags} \
libdir=%{_libdir} \ libdir=%{_libdir} \
usrlibdir=%{_libdir} \ usrlibdir=%{_libdir} \

Loading…
Cancel
Save