removed TIZEN_ENGINEER_MODE flag in the .spec file 14/86814/1 accepted/tizen/common/20160907.154257 accepted/tizen/ivi/20160908.004807 accepted/tizen/mobile/20160908.004656 accepted/tizen/tv/20160908.004714 accepted/tizen/wearable/20160908.004739 submit/tizen/20160907.014728
authorchanywa <cbible.kim@samsung.com>
Mon, 5 Sep 2016 05:09:38 +0000 (14:09 +0900)
committerchanywa <cbible.kim@samsung.com>
Mon, 5 Sep 2016 05:09:38 +0000 (14:09 +0900)
Change-Id: I98e083980d6795b627db9ded9b457f6b4058e933

packaging/maps-plugin-here.spec

index 0e2b767..28cfc56 100644 (file)
@@ -64,9 +64,6 @@ This package provides Plugin APIs capsulating HERE Maps Engine Library for Maps
 %setup -q
 
 %build
-export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE -g"
-export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE -g"
-export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE"
 
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAJORVER=${MAJORVER} -DFULLVER=%{version} -DLIBDIR=lib -DARCH=%{ARCH} -DSYSCONF_DIR=%{_sysconfdir}