[LEDE-DEV] [PATCH v2] cyassl/wolfssl: update to 3.9.0

Dirk Neukirchen dirkneukirchen at web.de
Sat May 21 09:15:51 PDT 2016


On 21.05.2016 14:39, Hauke Mehrtens wrote:
> Hi,
> 
> 
> On 05/21/2016 07:35 AM, Dirk Neukirchen wrote:
>> @@ -38,12 +38,10 @@ endef
>>  TARGET_CFLAGS += $(FPIC)
>>  
>>  CONFIGURE_ARGS += \
>> -	--without-zlib \
> 
> Was the zlib dependency completely removed from wolfssl? Have you tried
> to compile zlib in LEDE so that configure on wolfssl would find it and
> made sure that wolfssl does not depend on it.
> 

The zlib switch is not working, the configure.ac is "wrong" and I think its
deactivated by default anyway:

configure.ac has AC_ARG_WITH _libz_ 
so the zlib switch gets a warning that this config option is unknown in log.

Then "--without" does not work if its stated - but leaving out that argument does
I think its an issue like: http://www.yassl.com/forums/topic80-wolfssl-configure-zlib-check.html
and the configure.ac that is "wrong" - if you try to set "--without-libz" then
zlib gets enabled anyway


>>  	--enable-singlethreaded \
>>  	--enable-opensslextra \
>>  	--enable-sni \
>>  	--enable-ecc \
>> -	--enable-sslv3 \
>>  	--disable-examples
>>  





More information about the Lede-dev mailing list