Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 11:23:02 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c73dce212c2 - main - www/neon: fix build with lld17
Message-ID:  <202402261123.41QBN2Xc097069@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c73dce212c265e0a741c5072f9b0aca081f16fd

commit 8c73dce212c265e0a741c5072f9b0aca081f16fd
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-02-26 11:22:54 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-02-26 11:22:54 +0000

    www/neon: fix build with lld17
---
 www/neon/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/neon/Makefile b/www/neon/Makefile
index cb792e888ee8..72254f4ed312 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	neon
 DISTVERSION=	0.32.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	https://notroj.github.io/neon/
 
@@ -15,6 +15,8 @@ USES=		cpe libtool localbase:ldflags pathfix pkgconfig
 CPE_VENDOR=	webdav
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	have_ld_version_script=yes
+LDFLAGS=	-Wl,--undefined-version
 CONFIGURE_ARGS=	--enable-shared --disable-static
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 



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