Jakub Jirutka 925055dcd5 main/nodejs: build with _LARGEFILE_SOURCE and _FILE_OFFSET_BITS
From libuv's Readme:
> Note for UNIX users: compile your project with `-D_LARGEFILE_SOURCE` and
> `-D_FILE_OFFSET_BITS=64`. GYP builds take care of that automatically.

Fedora spec contains these defines too.
2020-04-14 01:18:46 +02:00
..