projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6618ff
)
add UTRACE_SUPPORT build option
author
Etienne CHAMPETIER
<champetier.etienne@gmail.com>
Wed, 26 Aug 2015 23:26:41 +0000
(23:26 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sat, 3 Oct 2015 06:56:27 +0000
(08:56 +0200)
we can now build preload-seccomp, ujail, utrace separately
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 6af17a3a1decd587e7da4c9459686c2a0eed983a..805e2ed8f5ea02c66268eeccf2ec8d1893987afa 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-84,7
+84,9
@@
TARGET_LINK_LIBRARIES(ujail ubox)
INSTALL(TARGETS ujail
RUNTIME DESTINATION sbin
)
+endif()
+IF(UTRACE_SUPPORT)
ADD_EXECUTABLE(utrace trace/trace.c)
TARGET_LINK_LIBRARIES(utrace ubox ${json} blobmsg_json)
INSTALL(TARGETS utrace