projects
/
platform
/
core
/
security
/
tef-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c0bd38
)
fix simulator libteec link options
53/164153/1
author
Krzysztof Dynowski
<k.dynowski@samsung.com>
Thu, 7 Dec 2017 15:32:46 +0000
(16:32 +0100)
committer
Krzysztof Dynowski
<k.dynowski@samsung.com>
Fri, 15 Dec 2017 16:23:23 +0000
(17:23 +0100)
Change-Id: I7ef51f6bd117f86b353d201b6f4af4ea14022eca
TEECLib/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/TEECLib/CMakeLists.txt
b/TEECLib/CMakeLists.txt
index c153bfa868983b09abdd7546ab777e4bdb5209d4..c5dd7e227bd6580c51fd84e2cecfaf8be12af7e4 100644
(file)
--- a/
TEECLib/CMakeLists.txt
+++ b/
TEECLib/CMakeLists.txt
@@
-33,6
+33,7
@@
ADD_LIBRARY(${TARGET_TEF_SIMULATOR_TEEC_LIB} SHARED
${TEEC_LIB_SOURCES}
)
SET_TARGET_PROPERTIES(${TARGET_TEF_SIMULATOR_TEEC_LIB} PROPERTIES LIBRARY_OUTPUT_NAME teec)
+SET_PROPERTY(TARGET ${TARGET_TEF_SIMULATOR_TEEC_LIB} APPEND PROPERTY LINK_FLAGS "-Wl,-Bsymbolic")
ADD_DEPENDENCIES(${TARGET_TEF_SIMULATOR_TEEC_LIB}
${TARGET_TEF_SIMULATOR_OSAL}