From: Denis Khalikov Date: Mon, 14 Nov 2016 10:44:50 +0000 (+0300) Subject: removed -flto because of error MsgHandle X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fdenis13%2FLTObuild;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git removed -flto because of error MsgHandle --- diff --git a/packaging/msg-service.spec b/packaging/msg-service.spec index 05af086..4b772c2 100755 --- a/packaging/msg-service.spec +++ b/packaging/msg-service.spec @@ -139,6 +139,9 @@ Description: Message manager application %setup -q %build +CFLAGS=$( echo $CFLAGS | sed -e "s/-flto//g" ) +CXXFLAGS=$( echo $CXXFLAGS | sed -e "s/-flto//g" ) + cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIB_INSTALL_DIR=%{_libdir} \ %if "%{?profile}" == "mobile"