perl: fix aarch64 too.
This commit is contained in:
parent
fbc3704801
commit
d669612964
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ do_configure() {
|
||||||
# perl-cross autodetection fails. Need perl -V:lseeksize = 8.
|
# perl-cross autodetection fails. Need perl -V:lseeksize = 8.
|
||||||
# (default on musl.)
|
# (default on musl.)
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686|armv6l|armv7l)
|
i686|armv6l|armv7l|aarch64)
|
||||||
LDFLAGS+="-pthread"
|
LDFLAGS+="-pthread"
|
||||||
HOSTLDFLAGS+="-pthread"
|
HOSTLDFLAGS+="-pthread"
|
||||||
export HOSTLDFLAGS
|
export HOSTLDFLAGS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue