aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2023-08-26 12:22:34 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2023-08-26 12:46:16 +0000
commit447204eda62d146c23c1e8bc77a49e361a294e11 (patch)
tree5e9cc5b3b12545e58981a4212e0677dfa2c07f29
parent2f31ffb932d2bc45c90271eb399b2c595d2d4962 (diff)
downloadports-447204eda62d146c23c1e8bc77a49e361a294e11.tar.gz
ports-447204eda62d146c23c1e8bc77a49e361a294e11.zip
security/weggli: Broken
Broken in build stage with the following message: error: linking with `cc` failed: exit status: 1 = note: ld: error: version script assignment of 'global' to symbol '__muloti4' failed: symbol not defined cc: error: linker command failed with exit code 1 (use -v to see invocation) Same error with weggli v0.2.4
-rw-r--r--security/weggli/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/weggli/Makefile b/security/weggli/Makefile
index 8f49481f9d9e..705924b40498 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= error: version script assignment of 'global' to symbol '__muloti4' failed: symbol not defined
+
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= googleprojectzero