Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2024 03:11:55 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 73fccf7252a7 - 2024Q4 - security/weggli: Broken on amd64
Message-ID:  <202410230311.49N3BtAQ071102@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73fccf7252a7756e9c1a5d11dee9689703aaefd4

commit 73fccf7252a7756e9c1a5d11dee9689703aaefd4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-23 02:54:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-23 03:11:53 +0000

    security/weggli: Broken on amd64
    
    Reported by:    fallout
    
    (cherry picked from commit b6290a44328ac3e1afd5a4f083fd366dc0eefea1)
---
 security/weggli/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/weggli/Makefile b/security/weggli/Makefile
index f94f6305a2fd..9263f72d3cdf 100644
--- a/security/weggli/Makefile
+++ b/security/weggli/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/googleprojectzero/weggli
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_amd64=	link fails: error: version script assignment of 'global' to symbol '__muloti4' failed: symbol not defined
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	googleprojectzero



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