diff options
author | chanil.byun <chanil.byun@samsung.com> | 2013-04-19 11:55:23 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit2@kim11> | 2013-04-19 11:55:23 +0900 |
commit | a01c67428a4f9708427c691be43a71df5d79ee68 (patch) | |
tree | 0b2dad0da05b090e2f705720602233a09b4aa1c5 /packaging/osp-locations.spec | |
parent | 23b636928a04e7d42d074cca7c23801b7509d89d (diff) | |
parent | 857ddbcfb5c6ed7c42d7121e6e27a8fef809d939 (diff) | |
download | locations-a01c67428a4f9708427c691be43a71df5d79ee68.tar.gz locations-a01c67428a4f9708427c691be43a71df5d79ee68.tar.bz2 locations-a01c67428a4f9708427c691be43a71df5d79ee68.zip |
Merge "build option cahnged" into tizen_2.1
Diffstat (limited to 'packaging/osp-locations.spec')
-rwxr-xr-x | packaging/osp-locations.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/osp-locations.spec b/packaging/osp-locations.spec index 24f9170..035484f 100755 --- a/packaging/osp-locations.spec +++ b/packaging/osp-locations.spec @@ -52,7 +52,7 @@ osp locations 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} %endif |