Date: Mon, 26 Feb 2024 10:42:34 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: 8e656094a60e - main - security/libpwquality: fix build with lld17 Message-ID: <202402261042.41QAgYuY028629@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=8e656094a60e2b8ee3d025d541c88348081fbba8 commit 8e656094a60e2b8ee3d025d541c88348081fbba8 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-02-26 10:42:27 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-02-26 10:42:31 +0000 security/libpwquality: fix build with lld17 --- security/libpwquality/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile index b4a1596ac7b9..c4256f5cac1a 100644 --- a/security/libpwquality/Makefile +++ b/security/libpwquality/Makefile @@ -1,6 +1,6 @@ PORTNAME= libpwquality DISTVERSION= 1.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ @@ -19,6 +19,7 @@ LIB_DEPENDS= libcrack.so:security/cracklib USES= cpe gmake libtool localbase pathfix tar:bz2 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS= --enable-ld-version-script USE_LDCONFIG= yes CPE_VENDOR= libpwquality_project CONFIGURE_ARGS+=--disable-pam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261042.41QAgYuY028629>