From 4c894ecef799561142b2fc08f1aff0d907ea59ec Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 25 Jan 2018 14:47:22 +0900 Subject: [PATCH] Disable the IDN feature temporary This feature will be enabled after resolving build dependency issue Change-Id: I6b7d8292015adbe5b488210176cf19c085b0aaf1 --- packaging/curl.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/curl.spec b/packaging/curl.spec index b2171cf..2efa05f 100644 --- a/packaging/curl.spec +++ b/packaging/curl.spec @@ -9,7 +9,6 @@ URL: http://curl.haxx.se/ Source0: %{name}-%{version}.tar.gz Source1001: %{name}.manifest -BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(libcares) @@ -78,7 +77,6 @@ CFLAGS+=" -DTIZEN_TV_EXT" %endif --with-ca-path==/etc/ssl/certs \ --with-ca-bundle=/etc/ssl/ca-bundle.pem \ ---with-icu-uc \ --with-lber-lib=lber \ --enable-manual --enable-versioned-symbols --enable-ares --enable-debug --enable-curldebug \ --disable-static \ -- 2.7.4