]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: remove unrecognised option
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 16:14:58 +0000 (00:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 10:41:59 +0000 (10:41 +0000)
Remove the --with-libc, I can't find anything about this option from
wget's log history.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/wget/wget.inc

index 7af55c42694f36c598e799477e28a7617d6a54f8..9ef5641881977f72a13022ed2f5331875fc77bc7 100644 (file)
@@ -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"