1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

lang/rust: Ignore with qemu-user-static and on aarch64 without fixed ld-elf.so.1

- Rust will not run without a fixed ld-elf.so.1 on aarch64
- Builds with qemu-user-static currently hang after a while

PR:		221185
Submitted by:	Mikaël Urankar <mikael.urankar@gmail.com>
This commit is contained in:
Tobias Kortkamp 2019-02-21 19:03:17 +00:00
parent 406f1da57b
commit ea6c7641aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493523

View File

@ -102,6 +102,16 @@ BUILD_DEPENDS+= gcc8:lang/gcc8
USE_GCC= yes
.endif
.if ${OPSYS} == FreeBSD && ${ARCH} == aarch64 && \
(${OSVERSION} < 1200502 || \
(${OSVERSION} > 1300000 && ${OSVERSION} < 1300006))
IGNORE= fails to run due to a bug in rtld, update to 12-STABLE r342847 or 13-CURRENT r342113
.endif
.ifdef QEMU_EMULATING
IGNORE= fails to build with qemu-user-static
.endif
X_PY_ENV= HOME="${WRKDIR}" \
LIBGIT2_SYS_USE_PKG_CONFIG=1 \
LIBSSH2_SYS_USE_PKG_CONFIG=1 \