diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-12-11 11:19:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-12-11 11:19:51 +0000 |
commit | b825ea3703438e811a8d55e2bbea5254e3bd6881 (patch) | |
tree | 6832d9b2caab10b8467df31e3bce9d2ee599b8d1 /packages/curl | |
parent | 1ab609f02b1be52e60fa3944953cebcc53740189 (diff) |
curl: really disable libidn (from Poky)
Diffstat (limited to 'packages/curl')
-rw-r--r-- | packages/curl/curl_7.16.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ " |