Update for secure log 2.1b_release accepted/tizen_2.1/20130425.034738 submit/tizen_2.1/20130424.232516
authorJaesung Ku <jaesung.ku@samsung.com>
Thu, 18 Apr 2013 13:18:48 +0000 (22:18 +0900)
committerJaesung Ku <jaesung.ku@samsung.com>
Thu, 18 Apr 2013 13:18:48 +0000 (22:18 +0900)
Change-Id: I3750db6a3e8a241d39f26580260c6219a6b3579f
Signed-off-by: Jaesung Ku <jaesung.ku@samsung.com>
packaging/osp-loader.spec

index 68f62fe..aa80f84 100755 (executable)
@@ -21,9 +21,9 @@ osp application loader
 
 %build 
 %ifarch %{ix86} x86_64
-CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_OSP_X86_ -D_OSP_EMUL_" %cmake .
+CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_X86_ -D_OSP_EMUL_" %cmake .
 %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_ -D_OSP_ARMEL_" %cmake .
+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 .
 %endif
 
 # Call make instruction with smp support