projects
/
platform
/
core
/
uifw
/
libscl-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d09156
)
Fix build related to cmake
88/40888/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Sat, 17 Jan 2015 06:51:48 +0000
(15:51 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 07:24:10 +0000
(16:24 +0900)
Change-Id: I9f0511e96a2548ecb414caf693b1b26b3b426d98
packaging/libscl-core.spec
patch
|
blob
|
history
diff --git
a/packaging/libscl-core.spec
b/packaging/libscl-core.spec
index
a4cb58f
..
415c5cd
100644
(file)
--- a/
packaging/libscl-core.spec
+++ b/
packaging/libscl-core.spec
@@
-37,6
+37,9
@@
A devel pacakge of libscl-core library that helps developing S/W Keyboard
export CFLAGS+=" -DTIZEN_DEBUG_ENABLE"
export CXXFLAGS+=" -DTIZEN_DEBUG_ENABLE"
export FFLAGS+=" -DTIZEN_DEBUG_ENABLE"
+
+rm -rf CMakeFiles
+rm -rf CMakeCache.txt
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
make %{?jobs:-j%jobs}