[OE-core] [PATCH 1/1] wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.

Cui, Dexuan dexuan.cui at intel.com
Mon Dec 19 06:13:49 UTC 2011


Eric Bénard wrote on 2011-12-19:
>>   inherit autotools gettext update-alternatives
>> -EXTRA_OECONF = "--with-libc --enable-ipv6 --with-ssl=openssl"
>> +EXTRA_OECONF = "--with-libc --enable-ipv6
>> --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl"
>> 
>>   do_install_append () {
>>   	mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}
> 
> this also fix a problem I just met (angstrom, armv5 target) :
>   | configure: error: --with-ssl=openssl was given, but SSL is not available.
> Tested-by: Eric Bénard <eric at eukrea.com>
Hi Eric,
This is actually the same issue Steve and I met with. :-)

Eric and Steve, thank you both for the testings!

Thanks,
-- Dexuan






More information about the Openembedded-core mailing list