curl: really disable libidn

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3324 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-12-11 10:38:07 +00:00
parent 49bcedcc8d
commit e079d07220

View 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"