Apply Eng/User mode definition
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 8 Aug 2013 02:43:49 +0000 (11:43 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 8 Aug 2013 02:43:49 +0000 (11:43 +0900)
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Iafba20d21b4e694c5ab210ecf18d89b2fffe824b

packaging/liblivebox-viewer.spec

index 1aec014..e19727e 100644 (file)
@@ -33,6 +33,11 @@ Livebox viewer 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}