From: chanywa Date: Mon, 5 Sep 2016 05:09:38 +0000 (+0900) Subject: removed TIZEN_ENGINEER_MODE flag in the .spec file X-Git-Tag: submit/tizen/20160907.014728^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7470a25be0421dcb5156ee039aea88ed4ea8a265;p=platform%2Fcore%2Flocation%2Fmaps-plugin-here.git removed TIZEN_ENGINEER_MODE flag in the .spec file Change-Id: I98e083980d6795b627db9ded9b457f6b4058e933 --- diff --git a/packaging/maps-plugin-here.spec b/packaging/maps-plugin-here.spec index 0e2b767..28cfc56 100644 --- a/packaging/maps-plugin-here.spec +++ b/packaging/maps-plugin-here.spec @@ -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}