From f9d716b508146dc6c3acbd72516ea3f4727b370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 8 Nov 2017 21:59:31 +0100 Subject: [PATCH] perl: fix armv5tel build --- srcpkgs/perl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index 64f8078aa4..6700db7369 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|aarch64) + i686|armv5tel|armv6l|armv7l|aarch64) LDFLAGS+="-pthread" HOSTLDFLAGS+="-pthread" export HOSTLDFLAGS