nodejs: set _LARGEFILE_SOURCE/_FILE_OFFSET_BITS=64
[ci skip]
This commit is contained in:
parent
9f2908ac76
commit
aa113ebd02
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ if [ "$XBPS_NO_ATOMIC8" ]; then
|
|||
hostmakedepends+=" libatomic-devel"
|
||||
fi
|
||||
|
||||
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
do_configure() {
|
||||
local _args
|
||||
|
||||
|
|
Loading…
Reference in a new issue