]> code.ossystems Code Review - openembedded-core.git/commitdiff
curl: really disable libidn
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 11 Dec 2007 10:38:07 +0000 (10:38 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 11 Dec 2007 10:38:07 +0000 (10:38 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3324 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/curl/curl_7.16.2.bb

index af705141a5202937f9479654d7c6a051a50a3d5c..a8749f666211cf6c962e65758d6162a48f71ada7 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "MIT"
 DEPENDS = "zlib"
 SECTION = "console/network"
 RPROVIDES_lib${PN} += "libcurl"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
 S = "${WORKDIR}/curl-${PV}"
@@ -13,7 +13,7 @@ inherit autotools pkgconfig binconfig
 EXTRA_OECONF = "--with-zlib=${STAGING_DIR_HOST}${layout_prefix}/ \
                --without-ssl \
                --with-random=/dev/urandom \
-               --without-idn \
+               --without-libidn \
                --enable-http \
                --enable-file"