Commit graph

7 commits

Author SHA1 Message Date
leot
b50656e334 p5-WWW-Curl: Fix a typo in patch-Makefile.PL and misc cleanups
- patch-Makefile.PL contained an extra `|' that leads to not exposing several
  CURLOPT symbols as reported by Graham Jenkins via PR pkg/53388.
- Cleanup a bit the Makefile and do append extra CFLAGS

Bump PKGREVISION
2018-06-22 08:26:41 +00:00
wiz
909f9c8650 Fix build against curl-7.50.2.
From https://rt.cpan.org/Public/Bug/Display.html?id=117793
via darcy.
2016-11-20 09:51:50 +00:00
wiz
fe869e36f5 Revert patch. File to be patched is generated in some way,
and I didn't find out how.

Noted by darcy.
2016-10-20 18:09:40 +00:00
wiz
b70c6a53d6 Fix build with latest curl. Bump PKGREVISION for patch. 2016-10-19 22:51:11 +00:00
mef
245eba24e6 - Add patches/patch-Makefile.PL to give adhoc work around with clang build,
./curlopt-constants.c:19:58: error: non-void function 'constant' should return a value [-Wreturn-type]
if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_DID_MEMORY_FUNC_TYPEDEFS;
                                                    ^
2016-06-21 13:23:32 +00:00
wiz
a8bd7b8940 remove unneeded patch. 2009-01-28 06:56:16 +00:00
obache
fd6dad1a4c Fix problem build with curl>=7.10.8.
Support removed PASSWD callback (dropped in curl 7.10.8).
http://cool.haxx.se/cvs.cgi/curl-perl/Curl.xs.diff?r1=1.3&r2=1.4
2006-12-20 13:28:59 +00:00