diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2025-02-08 11:50:57 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2025-02-09 06:16:00 +0000 |
commit | eee8ab2070dc789074c4caa8254f8827e2d44af6 (patch) | |
tree | 2426e4bf5e1130c12677ba9dd4c3fad57d6bc17b | |
parent | 8cc7612c70c4d4c4c9a876269c440c2e1111e753 (diff) |
security/libtasn1: Restore symbol versions
Enable linker version script after 41d3d59d0c48. The configure test
fails with clang.
PR: 284651
(cherry picked from commit 24e1ee2f7881d2037344d898fc769053ef3d34f2)
-rw-r--r-- | security/libtasn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index dfcf109999c3..d1f94cdcec8a 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,5 +1,6 @@ PORTNAME= libtasn1 PORTVERSION= 4.20.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU \ GNUPG/gnutls/${PORTNAME} @@ -16,7 +17,7 @@ USES= cpe libtool pathfix pkgconfig USE_CSTD= c99 USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS= --enable-ld-version-script INSTALL_TARGET= install-strip CPE_VENDOR= gnu |