[oe-commits] Koen Kooi : wget: fix build error with gnutls

git at git.openembedded.org git at git.openembedded.org
Fri Jul 25 14:44:31 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 4e1649fe2fa2d512384324efcb1f9e04efeadd81
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4e1649fe2fa2d512384324efcb1f9e04efeadd81

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jul 25 12:51:33 2014 +0200

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 at communistcode.co.uk>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/wget/wget.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 386e3e8..dc46841 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 = ""



More information about the Openembedded-commits mailing list