Date: Fri, 30 Jun 2023 07:23:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7526c4218a6d - main - net/tinyldap: Fix build with libowfat 0.33+ Message-ID: <202306300723.35U7NLfV085242@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7526c4218a6deb97afd0ceb83720db56701dc71c commit 7526c4218a6deb97afd0ceb83720db56701dc71c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:48 +0000 net/tinyldap: Fix build with libowfat 0.33+ Approved by: portmgr (blanket) --- net/tinyldap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile index 745ee170d2c0..b85444dca50e 100644 --- a/net/tinyldap/Makefile +++ b/net/tinyldap/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${LIBOWFAT_PORT} SNAPSHOT= 20170319 -USES= tar:bzip2 gmake ssl +USES= tar:bzip2 gmake localbase ssl WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DATTRIBS=512 SBINFILES= acl addindex bindrequest dumpacls dumpidx idx2ldif parse \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300723.35U7NLfV085242>