From 857ddbcfb5c6ed7c42d7121e6e27a8fef809d939 Mon Sep 17 00:00:00 2001 From: "chanil.byun" Date: Fri, 19 Apr 2013 11:54:03 +0900 Subject: build option cahnged Change-Id: Ia9fc9ca3dfed7c1bbb16f58fa22e8de4d7d41428 Signed-off-by: chanil.byun --- packaging/osp-locations.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3