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

Change-Id: Ia0834f1dbd04ef02e2ed6b9d30addf1ac9fadaa2

packaging/liblivebox-edje.spec

index ba4512c..a2b6d5b 100644 (file)
@@ -25,6 +25,11 @@ Plugin for the data provider master to load the edje scripts
 %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}