[1/3] wget: disable iri/idn support
Submitted by Kang Kai on Sept. 4, 2012, 2:32 a.m.
|
Patch ID: 35769
Details
Commit Message
@@ -4,11 +4,12 @@ LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "openssl"
-INC_PR = "r15"
+INC_PR = "r16"
inherit autotools gettext update-alternatives
-EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl --disable-rpath"
+EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
+ --with-ssl=openssl --disable-rpath --disable-iri"
ALTERNATIVE_${PN} = "wget"
ALTERNATIVE_PRIORITY = "100"