git: 435094439d04 - main - sysutils/fluent-bit: fix build problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Jul 2022 11:27:17 UTC
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=435094439d047203436e8173ab568b76b70b59a1 commit 435094439d047203436e8173ab568b76b70b59a1 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2022-07-04 07:48:13 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2022-07-04 11:26:00 +0000 sysutils/fluent-bit: fix build problem --- 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 e0146101d224..86fa57aabe5e 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 CMAKE_ARGS= -DFLB_DEBUG=Off -DFLB_TRACE=Off CFLAGS+= -I${LOCALBASE}/include