curl: really disable libidn (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 11 Dec 2007 11:19:51 +0000 (11:19 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 11 Dec 2007 11:19:51 +0000 (11:19 +0000)
packages/curl/curl_7.16.4.bb

index f59d32d..ce6175b 100644 (file)
@@ -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 \
                "