summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2018-12-13 11:36:02 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2018-12-13 11:36:02 +0900
commitc656ddb08cedec4a53eebe36a43083a202e9fab4 (patch)
treea82470caaf74c980ba3b5b53c5e31fb45caa4a1d
parent9c5fc72fd7b987db556f446728fb094d5c1b8c86 (diff)
downloadautofill-setting-c656ddb08cedec4a53eebe36a43083a202e9fab4.tar.gz
autofill-setting-c656ddb08cedec4a53eebe36a43083a202e9fab4.tar.bz2
autofill-setting-c656ddb08cedec4a53eebe36a43083a202e9fab4.zip
Add -pie flag
Change-Id: I3b20cc11ce80d0a5b9ec1ff0a0a8d470b5b87e8b Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 809a729..7472468 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,7 @@ SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed")
ADD_EXECUTABLE(${PROJECT_NAME} ${SRCS})
-TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS})
+TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS} "-pie")
INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${TZ_SYS_RO_APP}/org.tizen.${PROJECT_NAME}/bin)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/${PKGNAME}.xml DESTINATION ${TZ_SYS_RO_PACKAGES})