From 3ad5c8ac930cc608a1b5a74b41ab2cf35345e0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Sat, 15 Jul 2017 21:21:25 -0700 Subject: [PATCH] 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. --- libbsd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libbsd.spec b/libbsd.spec index a25696e..3783d27 100644 --- a/libbsd.spec +++ b/libbsd.spec @@ -42,9 +42,8 @@ configured using "pkg-config --libs libbsd-ctor". %setup -q %patch1 -p1 -b .deprecated -%configure - %build +%configure make CFLAGS="%{optflags}" %{?_smp_mflags} \ libdir=%{_libdir} \ usrlibdir=%{_libdir} \