diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-07-25 12:51:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:43:52 +0100 |
commit | 4e1649fe2fa2d512384324efcb1f9e04efeadd81 (patch) | |
tree | fdb6194ba6d210e9e0aa500526bed141d958846c /meta/recipes-extended | |
parent | 1732ea461f1d0afe254e36a8bfe84a6675a42e66 (diff) | |
download | openembedded-core-contrib-4e1649fe2fa2d512384324efcb1f9e04efeadd81.tar.gz |
wget: fix build error with gnutls
This fixes '/usr/lib/libgnutls.so: error adding symbols: File in wrong format' in do_configured.
Reported-by: Jack Mitchell <ml@communistcode.co.uk>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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 386e3e84f13..dc46841537b 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -10,7 +10,7 @@ INC_PR = "r16" inherit autotools gettext texinfo update-alternatives EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \ - ac_cv_header_uuid_uuid_h=no" + --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no" ALTERNATIVE_${PN} = "wget" ALTERNATIVE_${PN}_class-nativesdk = "" |