Remove RELRO enable condition check 04/174204/1 accepted/tizen/unified/20180403.060041 submit/tizen/20180329.053845
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 29 Mar 2018 05:18:19 +0000 (14:18 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 29 Mar 2018 05:26:16 +0000 (14:26 +0900)
[Version] 0.0.74-10
[Profile] Common
[Issue Type] Optimization

Change-Id: I02264a7a31ebaf894ef4153c013adbe329cfafeb
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/murphy.spec

index 566c41342ac93238fe4898e4d6eada7d76e602e8..faaa2127a38e1f41d0bd72024e74f357c33d6ca9 100644 (file)
@@ -29,7 +29,7 @@
 Summary: Resource policy framework
 Name: murphy
 Version: 0.0.74
-Release: 9
+Release: 10
 License: BSD-3-Clause
 Group: System/Service
 URL: http://01.org/murphy/
@@ -246,10 +246,8 @@ CONFIG_OPTIONS="$CONFIG_OPTIONS --disable-websockets"
 CONFIG_OPTIONS="$CONFIG_OPTIONS --disable-smack"
 #%endif
 
-%if "%{?tizen_profile_name}" == "wearable"
-echo "tizen profile wearable"
+# relro
 CONFIG_OPTIONS="$CONFIG_OPTIONS --enable-relro"
-%endif
 
 ./bootstrap
 %configure $CONFIG_OPTIONS --with-dynamic-plugins=$DYNAMIC_PLUGINS