From: Marcin Juszkiewicz Date: Tue, 11 Dec 2007 11:19:51 +0000 (+0000) Subject: curl: really disable libidn (from Poky) X-Git-Tag: Release-2010-05/1~8159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b825ea3703438e811a8d55e2bbea5254e3bd6881;p=openembedded.git curl: really disable libidn (from Poky) --- diff --git a/packages/curl/curl_7.16.4.bb b/packages/curl/curl_7.16.4.bb index f59d32d17a..ce6175b419 100644 --- a/packages/curl/curl_7.16.4.bb +++ b/packages/curl/curl_7.16.4.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Command line tool and library for client-side URL transfers." LICENSE = "MIT" DEPENDS = "zlib gnutls" SECTION = "console/network" -PR = "r0" +PR = "r1" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2" S = "${WORKDIR}/curl-${PV}" @@ -13,7 +13,7 @@ EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ --with-gnutls=${STAGING_BINDIR_CROSS}/ \ --without-ssl \ --with-random=/dev/urandom \ - --without-idn \ + --without-libidn \ --enable-crypto-auth \ "