diff options
author | Sinyoung Hwang <shiny.hwang@samsung.com> | 2013-04-18 22:58:01 +0900 |
---|---|---|
committer | Sinyoung Hwang <shiny.hwang@samsung.com> | 2013-04-18 22:58:01 +0900 |
commit | 18e80e00d53e90fc58cacf1c7b15d23b1be1130d (patch) | |
tree | 07d49f89cf7b88275455606e34482144032f61be | |
parent | 5cbb33abd3750f81d9c22bfe0781ab22f780bc28 (diff) | |
download | bluetooth-18e80e00d53e90fc58cacf1c7b15d23b1be1130d.tar.gz bluetooth-18e80e00d53e90fc58cacf1c7b15d23b1be1130d.tar.bz2 bluetooth-18e80e00d53e90fc58cacf1c7b15d23b1be1130d.zip |
Add '-D_SECURE_LOG'
Change-Id: Ib6e03a73996c265d7ef5b827f4eb45e8c5ecf669
Signed-off-by: Sinyoung Hwang <shiny.hwang@samsung.com>
-rwxr-xr-x | packaging/osp-bluetooth.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/osp-bluetooth.spec b/packaging/osp-bluetooth.spec index 4576329..5dc8a0b 100755 --- a/packaging/osp-bluetooth.spec +++ b/packaging/osp-bluetooth.spec @@ -56,9 +56,9 @@ osp bluetooth library (DEV) %build MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %ifarch %{ix86} -CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_OSP_X86_ -D_OSP_EMUL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DFULLVER=%{version} -DMAJORVER=${MAJORVER} +CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_X86_ -D_OSP_EMUL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DFULLVER=%{version} -DMAJORVER=${MAJORVER} %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 . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DFULLVER=%{version} -DMAJORVER=${MAJORVER} +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} -DFULLVER=%{version} -DMAJORVER=${MAJORVER} %endif # Call make instruction with smp support |