From d66961296433489e28b6982adf6512fe54942f6c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 25 Sep 2017 16:36:10 +0200 Subject: [PATCH] perl: fix aarch64 too. --- srcpkgs/perl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index 141559760b8..64f8078aa4e 100644 --- a/srcpkgs/perl/template +++ b/srcpkgs/perl/template @@ -169,7 +169,7 @@ do_configure() { # perl-cross autodetection fails. Need perl -V:lseeksize = 8. # (default on musl.) case "$XBPS_TARGET_MACHINE" in - i686|armv6l|armv7l) + i686|armv6l|armv7l|aarch64) LDFLAGS+="-pthread" HOSTLDFLAGS+="-pthread" export HOSTLDFLAGS