From e44cb134f9d4a71a2d529d4eebfcdf318dda80ea Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Fri, 14 Sep 2018 11:10:38 +0900 Subject: [PATCH] Enable ipv6 for TV profile Change-Id: Ie275eadb0f141f23b06268bd07b9c99dca0511df --- packaging/curl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/curl.spec b/packaging/curl.spec index 075e2c3..645939e 100644 --- a/packaging/curl.spec +++ b/packaging/curl.spec @@ -71,7 +71,7 @@ export CPPFLAGS="-DHAVE_PK11_CREATEGENERICOBJECT" CFLAGS+=" -fstack-protector-strong -Wl,-z,relro -D_FORTIFY_SOURCE=2 -fPIE -pie" %if "%{tizen_profile_name}" == "tv" CFLAGS+=" -DTIZEN_TV_EXT" -%reconfigure --without-nss --without-gnutls --with-openssl --disable-ipv6 \ +%reconfigure --without-nss --without-gnutls --with-openssl --enable-ipv6 \ %else %reconfigure --without-nss --without-gnutls --with-openssl --enable-ipv6 \ %endif -- 2.7.4