From: kj7.sung Date: Wed, 9 Aug 2017 06:35:04 +0000 (+0900) Subject: ASLR applied X-Git-Tag: accepted/tizen/4.0/unified/20170828.223944 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2F4.0%2Funified%2F20170828.223944;p=platform%2Fcore%2Fapi%2Flocation-manager.git ASLR applied Change-Id: Iefae6ae366886709ea8d40893e5b2a127ccf1cc1 Signed-off-by: kj7.sung --- diff --git a/packaging/capi-location-manager.spec b/packaging/capi-location-manager.spec index 834bf7e..dda2f3a 100644 --- a/packaging/capi-location-manager.spec +++ b/packaging/capi-location-manager.spec @@ -1,6 +1,6 @@ Name: capi-location-manager Summary: A Location Manager library in Tizen Native API -Version: 0.7.10 +Version: 0.7.11 Release: 1 Group: Location/API License: Apache-2.0 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 08261d0..b022a42 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,7 +7,7 @@ FOREACH(flag ${${fw_test}_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") ENDFOREACH(flag) -SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -Wall") +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -Wall -fPIE -pie") aux_source_directory(. sources) FOREACH(src ${sources})