perl: use large file support on ppc64 glibc

This commit is contained in:
q66 2018-12-14 00:54:03 +01:00 committed by Helmut Pozimski
parent 611a57026d
commit d9d7e28e56
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ do_configure() {
# perl-cross autodetection fails. Need perl -V:lseeksize = 8.
# (default on musl.)
case "$XBPS_TARGET_MACHINE" in
i686|armv5tel|armv6l|armv7l|aarch64)
i686|armv5tel|armv6l|armv7l|aarch64|ppc64le)
HOSTLDFLAGS+=" -pthread"
export HOSTLDFLAGS
CFLAGS+=" -D_FILE_OFFSET_BITS=64 -DLARGE_FILE_SUPPORT64 ";;