diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2015-12-09 09:58:55 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2015-12-09 09:59:01 +0900 |
commit | 727561ff7338bff27c3cae5c5f3cbf9c1a3b56e1 (patch) | |
tree | b8564c993bce1fd1d285780c32ec554b2785096f | |
parent | c62c721c276c9d684de7091b37c9ec1661b620ef (diff) | |
download | curl-727561ff7338bff27c3cae5c5f3cbf9c1a3b56e1.tar.gz curl-727561ff7338bff27c3cae5c5f3cbf9c1a3b56e1.tar.bz2 curl-727561ff7338bff27c3cae5c5f3cbf9c1a3b56e1.zip |
Replace 'tizen_profile_name' to 'profile' for Tizen 3.0submit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151209.020712accepted/tizen/wearable/20151210.013903accepted/tizen/tv/20151210.020811accepted/tizen/mobile/20151210.024359accepted/tizen/ivi/20160218.024439
Change-Id: I92101758608b72134f28d38fc11d01c527d2f05e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
-rw-r--r-- | packaging/curl.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/curl.spec b/packaging/curl.spec index 53cc92b81..49de45d18 100644 --- a/packaging/curl.spec +++ b/packaging/curl.spec @@ -66,7 +66,7 @@ cp %{SOURCE1001} . export CPPFLAGS="-DHAVE_PK11_CREATEGENERICOBJECT" -%if "%{?tizen_profile_name}" == "tv" +%if "%{?profile}" == "tv" CFLAGS+=" -DTIZEN_TV_EXT" %reconfigure --without-nss --without-gnutls --with-openssl --disable-ipv6 \ %else |