Fix AArch64 build 95/20395/3
authorYury Usishchev <y.usishchev@samsung.com>
Tue, 6 May 2014 17:27:36 +0000 (21:27 +0400)
committerYury Usishchev <y.usishchev@samsung.com>
Wed, 7 May 2014 10:06:52 +0000 (14:06 +0400)
Use %configure as ./configure cannot guess build type correctly.

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

index 644c252..b16a025 100644 (file)
@@ -25,7 +25,7 @@ This is the development package containing the gtest library
 cp %{SOURCE1001} .
 
 %build
-./configure --prefix=/usr
+%configure --prefix=/usr
 make
 
 %install