apply ASLR to alarm_session_agent 03/74203/1 accepted/tizen/common/20160614.143653 accepted/tizen/ivi/20160614.041206 accepted/tizen/mobile/20160614.041114 accepted/tizen/tv/20160614.041151 accepted/tizen/wearable/20160614.041136 submit/tizen/20160613.062107
authorJiwoong Im <jiwoong.im@samsung.com>
Mon, 13 Jun 2016 07:33:30 +0000 (16:33 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Mon, 13 Jun 2016 07:33:30 +0000 (16:33 +0900)
Change-Id: I0ce3ed71052cfff3fedd26dc440698b75e88ea1d
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
alarm-session-agent/CMakeLists.txt

index 4b11ca4..7a25ebc 100644 (file)
@@ -15,6 +15,6 @@ SET_TARGET_PROPERTIES(${TARGET} PROPERTIES
                LINK_FLAGS "-fPIE"
                COMPILE_FLAGS "${DAEMON_CFLAGS}"
 )
-TARGET_LINK_LIBRARIES(${TARGET} ${PKGS_LDFLAGS} ${D_PKGS_LDFLAGS} -ldl)
+TARGET_LINK_LIBRARIES(${TARGET} ${PKGS_LDFLAGS} ${D_PKGS_LDFLAGS} -ldl -pie)
 INSTALL(TARGETS ${TARGET} DESTINATION bin)