git: 1e4e4cd1def5 - 2022Q3 - sysutils/fluent-bit: second attempt at fixing build problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 08:18:21 UTC
The branch 2022Q3 has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e4e4cd1def526339f8b4697e4e718718a1762b3 commit 1e4e4cd1def526339f8b4697e4e718718a1762b3 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2022-07-06 06:47:22 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2022-07-07 08:18:17 +0000 sysutils/fluent-bit: second attempt at fixing build problem LDFLAGS's ${LOCALBASE}/lib was pulled in by the postgresql dependency, but that option is default off. (cherry picked from commit b2d116812fa4e62df20b7d34d0a6d8ec4503d36a) --- sysutils/fluent-bit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 86fa57aabe5e..bff30a658015 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= SSL PGSQL OPTIONS_DEFAULT= SSL LIB_DEPENDS= libyaml.so:textproc/libyaml -LDFLAGS+= -lexecinfo +LDFLAGS+= -lexecinfo -L${LOCALBASE}/lib CMAKE_ARGS= -DFLB_DEBUG=Off -DFLB_TRACE=Off CFLAGS+= -I${LOCALBASE}/include