bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] check fails for "minimal" wget


From: Tim Rühsen
Subject: Re: [Bug-wget] check fails for "minimal" wget
Date: Sun, 20 Jan 2019 20:08:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Thanks, pushed.

On 20.01.19 10:47, Simon Dales wrote:
> Compiling a minimal wget works fine, but make check fails.
> 
> ///////////////////
> ./configure \
>   --disable-nls \
>   --without-ssl \
>   --enable-ipv6 \
>   --without-zlib \
>   --without-libiconv-prefix \
>   --disable-iri \
>   --disable-ntlm \
>   --disable-pcre \
>   --without-libpsl \
>   --without-libuuid \
>   --without-libintl-prefix
> 
> make  
> ///////////////////
> builds happy
> 
> but:
> //////////////////
> make check
> //////////////////
> fails:
> 
> Cos there's no SSL HAVE_HSTS is undefined, so init.c line 2008 fails.
> 
> opt.hsts_file would get initialised, but in this build it doesn't exist.
> 
> So solution is to wrap that line with "#ifdef HAVE_HSTS".
> 
> Now all happy.
> 
> ////////////////
> 
> Simon
> 
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]