git: b47036d1fd6d - 2022Q3 - sysutils/fluent-bit: fix build problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Jul 2022 11:29:28 UTC
The branch 2022Q3 has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=b47036d1fd6d4dc889131b3460186f60de3fcc2e commit b47036d1fd6d4dc889131b3460186f60de3fcc2e 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:29:12 +0000 sysutils/fluent-bit: fix build problem (cherry picked from commit 435094439d047203436e8173ab568b76b70b59a1) --- 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