mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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:
parent
49bcedcc8d
commit
e079d07220
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user