Revert "Enable IPv6 for TV"
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 14 Sep 2018 02:45:12 +0000 (11:45 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 14 Sep 2018 02:45:12 +0000 (11:45 +0900)
This reverts commit 5ca14f8d2be7326d956b3aa61f45102c472b0392.

packaging/curl.spec

index 645939e..075e2c3 100644 (file)
@@ -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 --enable-ipv6 \
+%reconfigure --without-nss --without-gnutls --with-openssl --disable-ipv6 \
 %else
 %reconfigure --without-nss --without-gnutls --with-openssl --enable-ipv6 \
 %endif