From 4620ef23c28a9bf55e2120ccb6bd3cae3c506fbb Mon Sep 17 00:00:00 2001 From: Foxlet Date: Wed, 22 Aug 2018 21:36:24 -0400 Subject: [PATCH] perl: ppc support --- srcpkgs/perl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index 39ba63617d..303d9a6dcc 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|ppc64le) + i686|armv5tel|armv6l|armv7l|aarch64|ppc64le|ppc) HOSTLDFLAGS+=" -pthread" export HOSTLDFLAGS CFLAGS+=" -D_FILE_OFFSET_BITS=64 -DLARGE_FILE_SUPPORT64 ";;