Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2022 23:17:00 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 908640ce3450 - main - net/axa: Still broken on aarch64
Message-ID:  <202212052317.2B5NH0nV012983@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=908640ce3450dc5e55fee0fefea407b1a0aec693

commit 908640ce3450dc5e55fee0fefea407b1a0aec693
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2022-12-05 23:10:18 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2022-12-05 23:15:53 +0000

    net/axa: Still broken on aarch64
    
    The aarch64 link error was not fixed in the 2.2.2 release.
    
    Sponsored by:   DomainTools LLC
---
 net/axa/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/axa/Makefile b/net/axa/Makefile
index 0aa11ca69965..6b584ab3f39f 100644
--- a/net/axa/Makefile
+++ b/net/axa/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/COPYRIGHT
 LICENSE_FILE_PD=	${WRKSRC}/license_pd
 
+BROKEN_aarch64=	alignment error at link time
+
 BUILD_DEPENDS=	bash:shells/bash \
 		sie-nmsg>0:net/sie-nmsg
 LIB_DEPENDS=	liblmdb.so:databases/lmdb \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212052317.2B5NH0nV012983>