mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
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> (From OE-Core rev: 4e1649fe2fa2d512384324efcb1f9e04efeadd81) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3754726de9
commit
c1b244edf7
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user