mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-04 10:53:30 +08:00
fe2b8e8a39
The CMakeLists.txt contains: if(CPPREST_EXCLUDE_COMPRESSION) if(NOT CPPREST_EXCLUDE_BROTLI) message(FATAL_ERROR "Use of Brotli requires compression to be enabled") endif() libcpprestsdk requires openssl, so if the libopenssl provider is chosen, it anyway pulls in zlib. But if libressl is used as a provider, it doesn't pull in zlib, and building libcpprestsdk becomes possible without zlib thanks to this patch. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
0001-libcpprestsdk-fix-building-as-a-static-library.patch | ||
Config.in | ||
libcpprestsdk.hash | ||
libcpprestsdk.mk |