From 8ce62f15d03c592e95e785b1e76435ffaf342aee Mon Sep 17 00:00:00 2001 From: Yury Usishchev Date: Thu, 22 May 2014 16:16:00 +0400 Subject: [PATCH] Use %configure instead of ./configure For AArch64 build ./configure cannot guess build type Change-Id: I6f1464c245a60f988425aa6e691674f98812db19 Signed-off-by: Yury Usishchev --- packaging/prelink.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/prelink.spec b/packaging/prelink.spec index 6fb4a53..4257a7f 100644 --- a/packaging/prelink.spec +++ b/packaging/prelink.spec @@ -34,7 +34,7 @@ export -n MALLOC_PERTURB_ unset MALLOC_PERTURB_ CFLAGS="$RPM_OPT_FLAGS" \ -./configure --prefix=/usr --mandir=%{_mandir} || cat config.log +%configure --prefix=/usr --mandir=%{_mandir} || cat config.log make %{?jobs:-j%jobs} %check -- 2.7.4