From: Myungki Lee Date: Wed, 9 Aug 2017 07:43:51 +0000 (+0900) Subject: Apply ASLR to sp_test X-Git-Tag: accepted/tizen/4.0/unified/20170828.223527~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fbase%2Fsyspopup.git;a=commitdiff_plain;h=c49d25627c10642003795633174d2cde0173ea23 Apply ASLR to sp_test Change-Id: I2d91e703af8fffa42a2c7b2fdbfbd01114cdcdd5 Signed-off-by: Myungki Lee --- diff --git a/tool/CMakeLists.txt b/tool/CMakeLists.txt index 8d4a7c2..04515e7 100644 --- a/tool/CMakeLists.txt +++ b/tool/CMakeLists.txt @@ -14,7 +14,7 @@ ENDFOREACH(FLAGS) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/syspopup-caller) add_executable(sp_test test.c) -target_link_libraries(sp_test syspopup_caller ${pkgs_LDFLAGS}) +target_link_libraries(sp_test syspopup_caller ${pkgs_LDFLAGS} "-pie") INSTALL(TARGETS sp_test DESTINATION bin) ADD_EXECUTABLE(sp_initdb sp_initdb.c)