perl-www-curl: fix build against curl >= 7.50
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 02:40:50 +0000 (03:40 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 5 Feb 2017 18:38:49 +0000 (19:38 +0100)
commitc03ff7ab8ddcc6a15cf97df82a641a5514c2fa3a
tree47cfdd81b951228528fc31f770061e24607a0448
parent9d441d2c341022f09a5af23f7185a0ff1db21e5f
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]