diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:35:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:35:29 +0000 |
commit | c92cf8332cf52915fd2f493ccc11c9ca36ab2b00 (patch) | |
tree | 3aa7ef950d7e1100be1e197212350fafc67f69b1 /sysutils/dd_rescue | |
parent | 7907e35cf0b579a728d94cc03397d62c61ec92f3 (diff) |
Notes
Diffstat (limited to 'sysutils/dd_rescue')
-rw-r--r-- | sysutils/dd_rescue/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index e31a805e3bd5..0ec53a6cfcfc 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -22,6 +22,8 @@ ALL_TARGET= default OPTIONS_DEFINE= DOCS +BROKEN_aarch64= Fails to link: undefined reference to find_nonzero_arm8 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/libddr_hash.so ${STAGEDIR}${PREFIX}/lib |