| Summary: | Add crypto support to libsoup | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Thomas Petazzoni <thomas.petazzoni> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2010.05 | ||
| Target Milestone: | 2010.11 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Thomas Petazzoni
2010-07-29 19:58:46 UTC
This has been fixed by: commit bd387486ad871164e4fbe86eb6570775086acfbe Author: Sven Neumann <s.neumann@raumfeld.com> Date: Thu Aug 11 11:57:41 2011 +0200 libsoup: add option to enable HTTPS (SSL) support By selecting BR2_PACKAGE_LIBSOUP_SSL the gnutls package is selected and libsoup will be compiled with SSL support. [Peter: pass --with-libgcrypt-prefix so configure finds it] Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |