From: Jeongmo Yang Date: Thu, 29 Mar 2018 05:18:19 +0000 (+0900) Subject: Remove RELRO enable condition check X-Git-Tag: submit/tizen/20180329.053845^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96b6897bcfc45e4013fe358eba0de0041861a71d;p=platform%2Fupstream%2Fmurphy.git Remove RELRO enable condition check [Version] 0.0.74-10 [Profile] Common [Issue Type] Optimization Change-Id: I02264a7a31ebaf894ef4153c013adbe329cfafeb Signed-off-by: Jeongmo Yang --- diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 566c413..faaa212 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -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