From: chleun.moon Date: Fri, 27 Apr 2018 02:54:50 +0000 (+0900) Subject: Modify macro for tv profile X-Git-Tag: submit/tizen/20180504.020920^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fcurl.git;a=commitdiff_plain;h=83885188318ce451860824456cd0a4b5a3243e28 Modify macro for tv profile Change-Id: Idb324c07ce007d1949f790c75cf703ff269e342f Signed-off-by: Cheoleun Moon --- diff --git a/packaging/curl.spec b/packaging/curl.spec index 2a11e0f..075e2c3 100644 --- a/packaging/curl.spec +++ b/packaging/curl.spec @@ -69,7 +69,7 @@ cp %{SOURCE1001} . export CPPFLAGS="-DHAVE_PK11_CREATEGENERICOBJECT" CFLAGS+=" -fstack-protector-strong -Wl,-z,relro -D_FORTIFY_SOURCE=2 -fPIE -pie" -%if "%{TIZEN_PROFILE_TV}" == "1" +%if "%{tizen_profile_name}" == "tv" CFLAGS+=" -DTIZEN_TV_EXT" %reconfigure --without-nss --without-gnutls --with-openssl --disable-ipv6 \ %else