[Buildroot] [PATCH] flickcurl: new package

Peter Korsgaard peter at korsgaard.com
Mon Jul 28 21:13:44 UTC 2014


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > Peter, All,
 > On 2014-07-28 12:56 +0200, Peter Korsgaard spake thusly:
 >> We need two patches from upstream git as flickr now requires https access.
 >> It hardcodes openssl for https support in libcurl as Kconfig complains about
 >> circular dependencies if we use logic like:
 >> 
 >> select BR2_PACKAGE_OPENSSL if !(BR2_PACKAGE_GNUTLS || BR2_PACKAGE_LIBNSS)

 > That's becasue lftp does the opposite select:
 >     package/lftp/Config.in: select BR2_PACKAGE_GNUTLS if !BR2_PACKAGE_OPENSSL

 > We must do the select always in the same direction.

Ahh, thanks!

As discussed on IRC, with openssl being the "standard" SSL library, I
think it makes sense to select openssl by default as people are more
likely to need it for other stuff.

-- 
Bye, Peter Korsgaard 


More information about the buildroot mailing list