[Buildroot] [PATCH 1/2] wvstreams: new package

Simon Dawson spdawson at gmail.com
Thu Apr 25 19:30:19 UTC 2013


Hi Thomas; thanks for taking the time to look at this.

On 25 April 2013 14:50, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
>> +WVSTREAMS_DEPENDENCIES = openssl zlib
>
> openssl/zlib dependencies are mandatory here...
>
>> +WVSTREAMS_INSTALL_STAGING = YES
>> +
>> +WVSTREAMS_LICENSE = LGPLv2+
>> +WVSTREAMS_LICENSE_FILES = LICENSE
>> +
>> +# N.B. parallel make fails
>> +WVSTREAMS_MAKE = $(MAKE1)
>> +
>> +# Needed to work around problem with wvassert.h
>> +WVSTREAMS_CONF_OPT += CPPFLAGS=-DNDEBUG
>> +
>> +WVSTREAMS_CONF_OPT += --with-openssl --with-zlib --without-pam
>
> but this seems to suggest that openssl/zlib support is not mandatory.
> Can we make this optional if it's possible?

Unfortunately, the configure script errors out unless both openssl and
zlib are present --- they are really unconditional dependencies of
wvstreams. So the configure switches to enable/disable these features
are somewhat redundant.

Simon.


More information about the buildroot mailing list