Debug mode configuration is enabled
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 29 Nov 2013 16:05:49 +0000 (01:05 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 29 Nov 2013 16:05:49 +0000 (01:05 +0900)
Change-Id: I84dccfbc11a24c0971ae93ea4ed931afd118e3ae

packaging/liblivebox-edje.spec

index f68d471..2095416 100644 (file)
@@ -3,7 +3,7 @@ Summary: EDJE Script loader for the data provider master
 Version: 0.5.27
 Release: 1
 Group: HomeTF/Livebox
-License: Flora License
+License: Flora
 Source0: %{name}-%{version}.tar.gz
 Source1001: %{name}.manifest
 BuildRequires: cmake, gettext-tools, coreutils
@@ -28,12 +28,18 @@ Plugin for the data provider master to load the edje scripts
 cp %{SOURCE1001} .
 
 %build
+%if 0%{?sec_build_binary_debug_enable}
+export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE"
+export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
+export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
+%endif
+
 %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}
+%cmake .
 make %{?jobs:-j%jobs}
 
 %install