libcurl: fix building against libressl
authorAdam Duskett <aduskett@gmail.com>
Tue, 1 May 2018 12:43:13 +0000 (08:43 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 1 May 2018 13:17:39 +0000 (15:17 +0200)
commitc4b8832cfc52db25708f373f632e21a5aefa8d96
tree86cefe786b37a9e091679aad37b81dc04b707674
parent24c1751a002b5c2894169b9a1f25a93599e04b9d
libcurl: fix building against libressl

LibreSSL 2.7.x breaks libcurl 7.59.0 with the error:
error: static declaration of â€˜OpenSSL_version_num’ follows non-static
declaration

This failure has since been fixed upstream with commit:
https://github.com/curl/curl/commit/7c90c93c0b061da81f69fabdd57125b2783c15fb

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libcurl/0001-openssl-fix-build-with-LibreSSL-2.7.patch [new file with mode: 0644]