[Buildroot] [PATCH] libcurl: drop polarssl support

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Apr 15 16:22:08 UTC 2014


On 04/15/2014 01:10 PM, Thomas Petazzoni wrote:

> It seems odd to drop a feature because we have a too old version of a
> dependency, no? Shouldn't we package polarssl 1.3, even if as a
> separate polarssl13 package?

The problem is that they aren't made to live together in a friendly way
and some packages don't take path arguments for it.
It would require quite some package patching since we'd need each
polarssl to live outside the default include/library PATHs.
We aren't dropping a feature itself, just a feature based on one of the
possible candidates that enables it, with gnutls, nss and openssl being
the other candidates for the job.
The big culprit here AFAIK is just openvpn, it's the only mofo that
won't do with polarssl 1.3. There are patches in the master branch
upstream for it, but that's to become openvpn 2.4 or so.
Maybe they're not hard to backport, i don't know, but it would require
more testing than just "it builds".
Or we can kill polarssl support in openvpn, not great either since the
other alternative is openssl.
Regards.



More information about the buildroot mailing list