Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 16:43:47 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4a6b63b1c33 - main - net/openldap24-server: Use local libraries paths for libltdl is used.
Message-ID:  <202105111643.14BGhll8081966@gitrepo.freebsd.org>

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

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

commit d4a6b63b1c335f04cefbdba7b12b8dbb970e9976
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2021-05-11 16:43:38 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2021-05-11 16:43:39 +0000

    net/openldap24-server: Use local libraries paths for libltdl is used.
    
    Reported by:    O. Hartmann
    PR:             255795
---
 net/openldap24-server/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index cd8c07e5eaea..34f5060d595e 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -247,6 +247,7 @@ EXTRA_PATCHES+=		${FILESDIR}/extrapatch-Makefile.in
 
 .if ${PORT_OPTIONS:MDYNAMIC_MODULES} || ${PORT_OPTIONS:MDYNAMIC_BACKENDS} || ${PORT_OPTIONS:MSLAPI}
 LIB_DEPENDS+=		libltdl.so:devel/libltdl
+LDFLAGS+=		-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--enable-modules
 PLIST_SUB+=		MODULES=""
 .else



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