aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2024-06-21 09:53:10 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2024-06-22 18:20:33 +0000
commit8c210e46352d9752ded68ca31f75504fb500e263 (patch)
tree7a9d1a458ef5b8f68e343441fc88c639214b49c0
parent69679d777f940497a540e308d9db7707fac2b334 (diff)
downloadports-8c210e46352d9752ded68ca31f75504fb500e263.tar.gz
ports-8c210e46352d9752ded68ca31f75504fb500e263.zip
security/nettle: Restore symbol versions
PR: 279856 Approved by: sunpoet (maintainer) Fixes: b2a6480826f3
-rw-r--r--security/nettle/Makefile3
1 files changed, 2 insertions, 1 deletions
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