[OE-core] [PATCH] wget: fix build error with gnutls

Koen Kooi koen at dominion.thruhere.net
Fri Jul 25 10:51:33 UTC 2014


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>
---
 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 = ""
-- 
1.9.0




More information about the Openembedded-core mailing list