Use %configure instead of ./configure
authorYury Usishchev <y.usishchev@samsung.com>
Thu, 22 May 2014 12:16:00 +0000 (16:16 +0400)
committerChanho Park <chanho61.park@samsung.com>
Sat, 15 Nov 2014 16:10:02 +0000 (01:10 +0900)
For AArch64 build ./configure cannot guess build type

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

index 6fb4a53..4257a7f 100644 (file)
@@ -34,7 +34,7 @@ export -n MALLOC_PERTURB_
 unset MALLOC_PERTURB_
 
 CFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr --mandir=%{_mandir} || cat config.log
+%configure --prefix=/usr --mandir=%{_mandir} || cat config.log
 make %{?jobs:-j%jobs}
 
 %check