Change build macro for Tizen TV 03/85603/2 accepted/tizen/common/20160831.161403 accepted/tizen/ivi/20160831.124347 accepted/tizen/mobile/20160831.124257 accepted/tizen/tv/20160831.124311 accepted/tizen/wearable/20160831.124332 submit/tizen/20160831.004932
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 26 Aug 2016 05:29:23 +0000 (14:29 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 26 Aug 2016 05:30:36 +0000 (14:30 +0900)
This macro is ignored on build.tizen.org
It's only for Tizen TV build system

Change-Id: I0aa69505ddcfc1973d864f260d2b5e3f2fd87a3d
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/curl.spec

index ee677b2..2465047 100644 (file)
@@ -61,7 +61,7 @@ cp %{SOURCE1001} .
 
 export CPPFLAGS="-DHAVE_PK11_CREATEGENERICOBJECT"
 
-%if "%{profile}" == "tv"
+%if "%{TIZEN_PROFILE_TV}" == "1"
 CFLAGS+=" -DTIZEN_TV_EXT"
 %reconfigure --without-nss --without-gnutls --with-openssl --disable-ipv6 \
 %else