summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-08-03 05:06:07 +0000
committerCy Schubert <cy@FreeBSD.org>2014-08-03 05:06:07 +0000
commite903bd7fc0bfc141aa0f1cc0fc9e9ce5ebda7f7f (patch)
tree32a0a38814155dbf1a26ab7cb1aeddc42fcd27bb
parentUpgrade ports to address CVE-2014-3560. (diff)
Fix -ldbi not found error.
Notes
Notes: svn path=/head/; revision=363849
-rw-r--r--sysutils/syslog-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile
index d146b6521300..ab7d41383751 100644
--- a/sysutils/syslog-ng/Makefile
+++ b/sysutils/syslog-ng/Makefile
@@ -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