aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-29 00:14:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 10:41:59 +0000
commit4751b3d4c5002759ba8f574167a6c321ff9042d6 (patch)
tree222e5ca74b70537d79cfe7298ec5a5284797aa89
parentacf2aca0c6af216d2757b0591accd80608ac5898 (diff)
downloadopenembedded-core-contrib-4751b3d4c5002759ba8f574167a6c321ff9042d6.tar.gz
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 <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-extended/wget/wget.inc2
1 files changed, 1 insertions, 1 deletions
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"