From: jungmin76.park Date: Fri, 19 Apr 2013 02:41:52 +0000 (+0900) Subject: fix secure log option X-Git-Tag: submit/tizen_2.1/20130424.232341~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8bc51d5a514c5c26d5e717e1b7755a49b6ea64d;p=platform%2Fframework%2Fnative%2Fappwidget-service.git fix secure log option Change-Id: I5c061cacf57099b737df445f3c82f69e12a8c99b Signed-off-by: jungmin76.park --- diff --git a/packaging/osp-appwidget-service.spec b/packaging/osp-appwidget-service.spec index 27bac7e..ee8e65b 100644 --- a/packaging/osp-appwidget-service.spec +++ b/packaging/osp-appwidget-service.spec @@ -35,7 +35,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %ifarch %{ix86} CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_X86_ -D_OSP_EMUL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} %else -CXXFLAGS="-O2 -g -pipe -Wall -fno-exceptions -Wformat -Wformat-security -Wl,--as-needed -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ -mthumb -Wa,-mimplicit-it=thumb -funwind-tables -D_OSP_DEBUG_ -I_SECURE_LOG -D_OSP_ARMEL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} +CXXFLAGS="-O2 -g -pipe -Wall -fno-exceptions -Wformat -Wformat-security -Wl,--as-needed -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ -mthumb -Wa,-mimplicit-it=thumb -funwind-tables -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_ARMEL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} %endif # Call make instruction with smp support