forked from Lainports/freebsd-ports
Fix -ldbi not found error.
This commit is contained in:
parent
eb603f30c6
commit
e903bd7fc0
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ CONFIGURE_ARGS+= --disable-smtp
|
|||
LIB_DEPENDS+= libdbi.so:${PORTSDIR}/databases/libdbi
|
||||
CONFIGURE_ENV+= LIBDBI_LIBS="-ldbi"
|
||||
CONFIGURE_ARGS+= --enable-sql
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PLIST_FILES+= lib/syslog-ng/libafsql.so
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-sql
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue