From d9d7e28e56b130f8795e0e8d629c2f25cee44bd3 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 14 Dec 2018 00:54:03 +0100 Subject: [PATCH] perl: use large file support on ppc64 glibc --- srcpkgs/perl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index ba5fdfbd605..271af7b438f 100644 --- a/srcpkgs/perl/template +++ b/srcpkgs/perl/template @@ -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 ";;