[Webkit-unassigned] [Bug 219572] [WebCore] Fix build without PATH_MAX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 18:02:41 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219572

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to Don Olmstead from comment #2)
> I feel like it'd be safer to do a check in the CMake code for realpath which
> would create a HAVE_REALPATH variable.

I think adding HAVE_REALPATH can't solve this problem.
I don't know which Unix WebKit is supporting, but Linux and FreeBSD can take NULL as the second argument of realpath, as far as I read the documents.
I think it's better to remove the old code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201208/d65ff8ea/attachment.htm>


More information about the webkit-unassigned mailing list