From: Yury Usishchev Date: Tue, 6 May 2014 17:27:36 +0000 (+0400) Subject: Fix AArch64 build X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170104.142611~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fd8a406efcafe44856bf1bd975dd4836a2936d3;p=platform%2Fupstream%2Fgtest.git Fix AArch64 build Use %configure as ./configure cannot guess build type correctly. Change-Id: I6ff92f5e6c9c47ee0032fe33e0ee40589209b74d Signed-off-by: Yury Usishchev --- diff --git a/packaging/gtest.spec b/packaging/gtest.spec index 644c252..b16a025 100644 --- a/packaging/gtest.spec +++ b/packaging/gtest.spec @@ -25,7 +25,7 @@ This is the development package containing the gtest library cp %{SOURCE1001} . %build -./configure --prefix=/usr +%configure --prefix=/usr make %install