diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-29 00:14:58 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:14 +0000 |
| commit | 27f3190b9cb9b7bcaf6cd0bdeb6ac176dd6e9e51 (patch) | |
| tree | b311e1bffb88bbf5ddb92c9a2977b985852f7694 /meta/recipes-extended/wget | |
| parent | 41b9a1115b427d37d091d7dc91c17591ad5b5bf3 (diff) | |
| download | poky-27f3190b9cb9b7bcaf6cd0bdeb6ac176dd6e9e51.tar.gz | |
wget: remove unrecognised option
Remove the --with-libc, I can't find anything about this option from
wget's log history.
(From OE-Core rev: 4751b3d4c5002759ba8f574167a6c321ff9042d6)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget')
| -rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 |
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" | |||
| 8 | 8 | ||
| 9 | inherit autotools gettext update-alternatives | 9 | inherit autotools gettext update-alternatives |
| 10 | 10 | ||
| 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ | 11 | EXTRA_OECONF = "--enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \ |
| 12 | --with-ssl=openssl --disable-rpath --disable-iri \ | 12 | --with-ssl=openssl --disable-rpath --disable-iri \ |
| 13 | ac_cv_header_uuid_uuid_h=no" | 13 | ac_cv_header_uuid_uuid_h=no" |
| 14 | 14 | ||
