Use %configure instead of ./configure 19/21219/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_base accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/6.0/unified/20201030.103554 accepted/tizen/6.0/unified/hotfix/20201103.045727 accepted/tizen/6.5/base/20211028.060302 accepted/tizen/7.0/base/20221116.025802 accepted/tizen/7.0/base/hotfix/20221116.055209 accepted/tizen/base/20210824.014433 accepted/tizen/base/20221115.103638 accepted/tizen/unified/20200203.125826 submit/tizen/20200130.080536 submit/tizen_6.0/20201029.205504 submit/tizen_6.0_hotfix/20201102.192904 submit/tizen_6.0_hotfix/20201103.115104 submit/tizen_6.5_base/20211028.134701 submit/tizen_base/20210824.002740 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
authorYury Usishchev <y.usishchev@samsung.com>
Fri, 16 May 2014 07:34:45 +0000 (11:34 +0400)
committerYury Usishchev <y.usishchev@samsung.com>
Fri, 16 May 2014 07:34:45 +0000 (11:34 +0400)
For aarch64 build ./configure cannot guess build type correctly

Change-Id: I30327927d5736a04b38b17fe0c8b7fa9746d12a4
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
packaging/yasm.spec

index 2d73ee2..d9229a5 100644 (file)
@@ -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}