From: Robert Yang Date: Sat, 28 Dec 2013 16:14:58 +0000 (+0800) Subject: wget: remove unrecognised option X-Git-Tag: 2015-4~4194 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4751b3d4c5002759ba8f574167a6c321ff9042d6;p=openembedded-core.git wget: remove unrecognised option Remove the --with-libc, I can't find anything about this option from wget's log history. Signed-off-by: Robert Yang --- diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 7af55c4269..9ef5641881 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -8,7 +8,7 @@ INC_PR = "r16" inherit autotools gettext update-alternatives -EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ +EXTRA_OECONF = "--enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ --with-ssl=openssl --disable-rpath --disable-iri \ ac_cv_header_uuid_uuid_h=no"