mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +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:
@@ -3,7 +3,7 @@ LICENSE = "MIT"
|
|||||||
DEPENDS = "zlib"
|
DEPENDS = "zlib"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
RPROVIDES_lib${PN} += "libcurl"
|
RPROVIDES_lib${PN} += "libcurl"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
|
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2"
|
||||||
S = "${WORKDIR}/curl-${PV}"
|
S = "${WORKDIR}/curl-${PV}"
|
||||||
@@ -13,7 +13,7 @@ inherit autotools pkgconfig binconfig
|
|||||||
EXTRA_OECONF = "--with-zlib=${STAGING_DIR_HOST}${layout_prefix}/ \
|
EXTRA_OECONF = "--with-zlib=${STAGING_DIR_HOST}${layout_prefix}/ \
|
||||||
--without-ssl \
|
--without-ssl \
|
||||||
--with-random=/dev/urandom \
|
--with-random=/dev/urandom \
|
||||||
--without-idn \
|
--without-libidn \
|
||||||
--enable-http \
|
--enable-http \
|
||||||
--enable-file"
|
--enable-file"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user