Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2023 18:18:51 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6731a78811c3 - main - dns/unbound: Clarify DYNLIB_DESC
Message-ID:  <202301181818.30IIIpW9097369@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6731a78811c37cf3c4811d4b5fcc2dc6920f8bd7

commit 6731a78811c37cf3c4811d4b5fcc2dc6920f8bd7
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2023-01-18 18:17:12 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2023-01-18 18:18:31 +0000

    dns/unbound: Clarify DYNLIB_DESC
    
    The DYNLIB option doesn't change whether unbound itself is dynamically
    or statically linked, it enables support for third-party shlibs.
    
    Approved by:    maintainer
---
 dns/unbound/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 3e0ad7dcdcc3..4059e45a4155 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -42,7 +42,7 @@ DEP-RSA1024_DESC=	Deprecate the use of RSA 1024 keys
 DNSCRYPT_DESC=		Enable dnscrypt support
 DNSTAP_DESC=		Enable dnstap logging support
 DOH_DESC=		Enable DNS-over-HTTPS support
-DYNLIB_DESC=		Enable dynamic (shared) library support
+DYNLIB_DESC=		Enable support for dynamic (shared) 3rd-party libraries
 ECDSA_DESC=		Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
 EVAPI_DESC=		(Experimental) pluggable event based libunbound API support
 FILTER_AAAA_DESC=	Build with AAAA filter functionality (contrib)



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