projects
/
platform
/
core
/
uifw
/
multi-assistant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef729c
)
Use %cmake macro in spec file
14/222314/1
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Mon, 13 Jan 2020 10:36:50 +0000
(19:36 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Mon, 13 Jan 2020 10:36:50 +0000
(19:36 +0900)
Change-Id: I40a6541a374327942fc07a78341a2eb52c67e825
packaging/multi-assistant.spec
patch
|
blob
|
history
diff --git
a/packaging/multi-assistant.spec
b/packaging/multi-assistant.spec
index aa1c2be3d3c17054a28c7fb356df5a864a8c9ca0..0a4a5c35b14967228b4081443efd5861ab90978d 100644
(file)
--- a/
packaging/multi-assistant.spec
+++ b/
packaging/multi-assistant.spec
@@
-72,7
+72,7
@@
export FFLAGS+=" -fprofile-arcs -ftest-coverage"
export LDFLAGS+=" -lgcov"
%endif
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=%{_libdir} -DBINDIR=%{_bindir} -DINCLUDEDIR=%{_includedir} \
+
%
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=%{_libdir} -DBINDIR=%{_bindir} -DINCLUDEDIR=%{_includedir} \
-DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE -DTZ_SYS_BIN=%TZ_SYS_BIN
make %{?jobs:-j%jobs}