git: c607be8cd776 - main - net/samba420: Fix plist library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Jan 2025 14:22:38 UTC
The branch main has been updated by kiwi: URL: https://cgit.FreeBSD.org/ports/commit/?id=c607be8cd776748d68082a9f3fa25e986ce7958c commit c607be8cd776748d68082a9f3fa25e986ce7958c Author: shellingfield@icloud.com <shellingfield@icloud.com> AuthorDate: 2025-01-31 12:55:49 +0000 Commit: Xavier Beaudouin <kiwi@FreeBSD.org> CommitDate: 2025-01-31 14:22:10 +0000 net/samba420: Fix plist library PR: 284473 Reported by: Oljas Kuzembaev <oljas@oml.su> Approved by: 0mp (mentor) Approved by: samba (0mp, kiwi) Differential Revision: https://reviews.freebsd.org/D48739 --- net/samba420/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/samba420/Makefile b/net/samba420/Makefile index c32635e1f11b..1ef52242b8da 100644 --- a/net/samba420/Makefile +++ b/net/samba420/Makefile @@ -530,7 +530,7 @@ DEBUG_FLAGS?= -g -ggdb3 -O0 . if defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes && (${PORT_OPTIONS:MAD_DC} || ${PORT_OPTIONS:MDEVELOPER}) # LMDB SAMBA4_LMDB_DEPENDS= lmdb>=0.9.16:databases/lmdb -PLIST_FILES+= ${SAMBA4_LIBDIR}/private/libldb-mdb-int-samba4.so \ +PLIST_FILES+= ${SAMBA4_LIBDIR}/private/libldb-mdb-int-private-samba.so \ ${SAMBA4_MODULEDIR}/ldb/mdb.so . endif .endif