projects
/
platform
/
core
/
uifw
/
ise-engine-tables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2be41
)
Fix aarch64 build
94/20394/1
author
Yury Usishchev
<y.usishchev@samsung.com>
Tue, 6 May 2014 16:18:28 +0000
(20:18 +0400)
committer
Yury 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
patch
|
blob
|
history
diff --git
a/packaging/ise-engine-tables.spec
b/packaging/ise-engine-tables.spec
index 9165cdb542a0b462033cb53e8555f2bf96cb0ee9..a8ceb1b1b3c5673df3918cad4d7119f21370962f 100644
(file)
--- a/
packaging/ise-engine-tables.spec
+++ b/
packaging/ise-engine-tables.spec
@@
-93,7
+93,7
@@
rm -rf ${RPM_BUILD_ROOT}
%build
./bootstrap
-
./
configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir}
+
%re
configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir}
make