perl-www-curl: fix build against curl >= 7.50 3869/head
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 02:40:50 +0000 (03:40 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 02:44:18 +0000 (03:44 +0100)
commit20ee2c902ae03accbdd1ec772f4fa1248e6ac2c3
tree7d0e7db93d888463c126364e55a9a748f01a88a2
parent12df5439b812ce34f9f716f3e19f603ead296701
perl-www-curl: fix build against curl >= 7.50

Import a proposed upstream bug fix to allow building against recent curl
versions. Fixes the following error observed by the buildbots:

    curlopt-constants.c:129:49: error: 'CURL_STRICTER' undeclared (first use in this function)
                 if (strEQ(name, "STRICTER")) return CURL_STRICTER;

Upstream bug: https://rt.cpan.org/Public/Bug/Display.html?id=117793

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
lang/perl-www-curl/patches/101-skip-preprocessor-symbol.path [new file with mode: 0644]