mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix -ldbi not found error.
This commit is contained in:
parent
eb603f30c6
commit
e903bd7fc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363849
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