From 7585fdf6dde1cb6984cadac156fb32ec05e18084 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Thu, 8 Aug 2013 11:42:04 +0900 Subject: [PATCH] Apply Eng/User mode definition [model] Redwood [binary_type] AP [customer] Docomo/Orange/Open [issue#] N/A [problem] [cause] [solution] [team] HomeTF [request] [horizontal_expansion] Change-Id: Ic5ffd61c4b7f9a75fecd0a1a33ec49e107ddcd12 --- packaging/liblivebox.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/liblivebox.spec b/packaging/liblivebox.spec index f92290f..50f289d 100644 --- a/packaging/liblivebox.spec +++ b/packaging/liblivebox.spec @@ -27,6 +27,11 @@ Livebox development library (dev) %setup -q %build +%if 0%{?tizen_build_binary_release_type_eng} +export CFLAGS="${CFLAGS} -DTIZEN_ENGINEER_MODE" +export CXXFLAGS="${CXXFLAGS} -DTIZEN_ENGINEER_MODE" +export FFLAGS="${FFLAGS} -DTIZEN_ENGINEER_MODE" +%endif cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} make %{?jobs:-j%jobs} -- 2.7.4