Date: Sat, 22 Jun 2024 18:24:53 GMT From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8c210e46352d - main - security/nettle: Restore symbol versions Message-ID: <202406221824.45MIOr3w084377@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c210e46352d9752ded68ca31f75504fb500e263 commit 8c210e46352d9752ded68ca31f75504fb500e263 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-06-21 09:53:10 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-06-22 18:20:33 +0000 security/nettle: Restore symbol versions PR: 279856 Approved by: sunpoet (maintainer) Fixes: b2a6480826f3 --- security/nettle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/nettle/Makefile b/security/nettle/Makefile index d31d21c9d051..85fce4d180c5 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,5 +1,6 @@ PORTNAME= nettle PORTVERSION= 3.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU \ https://www.lysator.liu.se/~nisse/archive/ @@ -18,7 +19,7 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= compiler:c11 cpe gmake localbase pathfix -CONFIGURE_ARGS= --enable-shared +CONFIGURE_ARGS= --enable-ld-version-script --enable-shared CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes TEST_TARGET= check
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406221824.45MIOr3w084377>