From eb4f0fa5d7956ec02a5780c71d65282367b78d83 Mon Sep 17 00:00:00 2001 From: Yury Usishchev Date: Fri, 16 May 2014 11:34:45 +0400 Subject: [PATCH] Use %configure instead of ./configure For aarch64 build ./configure cannot guess build type correctly Change-Id: I30327927d5736a04b38b17fe0c8b7fa9746d12a4 Signed-off-by: Yury Usishchev --- packaging/yasm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/yasm.spec b/packaging/yasm.spec index 2d73ee2..d9229a5 100644 --- a/packaging/yasm.spec +++ b/packaging/yasm.spec @@ -19,7 +19,7 @@ Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for assembly cp %{SOURCE1001} . %build -./configure --prefix=/usr +%configure make %{?_smp_mflags} -- 2.7.4