diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-15 13:24:53 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-15 13:24:53 +0000 |
commit | 11a3632b143f447efc9adc30863550588438bca1 (patch) | |
tree | fa0d291f6f906196d3b1eada8e3803d8a9b9a2da | |
parent | Update to the snapshot on 2020-11-14. (diff) |
dns/dnsutl: mark as broken on aarch64
FAILED test of common/srrf.c file
Reported by: linimon
Notes
Notes:
svn path=/head/; revision=555213
-rw-r--r-- | dns/dnsutl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index 9ba0026d3491..aed38ec95dbd 100644 --- a/dns/dnsutl/Makefile +++ b/dns/dnsutl/Makefile @@ -12,6 +12,7 @@ COMMENT= Programs to make using DNS easier LIB_DEPENDS= libexplain.so:devel/libexplain +BROKEN_aarch64= fails to package: FAILED test of common/srrf.c file BROKEN_armv6= fails to package: FAILED test of common/srrf.c file BROKEN_armv7= fails to package: FAILED test of common/srrf.c file |