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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user