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.
This commit is contained in:
Palle Girgensohn
2022-07-06 08:47:22 +02:00
parent 87e51d3ad2
commit b2d116812f

View File

@@ -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