From 9fd8a406efcafe44856bf1bd975dd4836a2936d3 Mon Sep 17 00:00:00 2001 From: Yury Usishchev Date: Tue, 6 May 2014 21:27:36 +0400 Subject: [PATCH] Fix AArch64 build Use %configure as ./configure cannot guess build type correctly. Change-Id: I6ff92f5e6c9c47ee0032fe33e0ee40589209b74d Signed-off-by: Yury Usishchev --- packaging/gtest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4