Fix aarch64 build 94/20394/1
authorYury Usishchev <y.usishchev@samsung.com>
Tue, 6 May 2014 16:18:28 +0000 (20:18 +0400)
committerYury Usishchev <y.usishchev@samsung.com>
Tue, 6 May 2014 16:29:25 +0000 (20:29 +0400)
Use %reconfigure as configure cannot guess build type correctly

Change-Id: I52c45be6934673f29fe30b3d9fd7d4b5db1b1066
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
packaging/ise-engine-tables.spec

index 9165cdb542a0b462033cb53e8555f2bf96cb0ee9..a8ceb1b1b3c5673df3918cad4d7119f21370962f 100644 (file)
@@ -93,7 +93,7 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %build
 ./bootstrap
-./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir}
+%reconfigure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir}
 
 make