darwin: WWWCurl: fix CURL_DID_MEMORY_FUNC_TYPEDEFS build error
Apply the patch from https://github.com/szbalint/WWW--Curl/issues/16#issuecomment-222556096
This commit is contained in:
parent
3c1b7efaa8
commit
ea67c9ce1c
@ -14116,6 +14116,7 @@ let self = _self // overrides; _self = with self; {
|
||||
preConfigure =
|
||||
''
|
||||
substituteInPlace Makefile.PL --replace '"cpp"' '"gcc -E"'
|
||||
substituteInPlace Makefile.PL --replace '_LASTENTRY\z' '_LASTENTRY\z|CURL_DID_MEMORY_FUNC_TYPEDEFS\z'
|
||||
'';
|
||||
doCheck = false; # performs network access
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user