Skip to content
Snippets Groups Projects
Commit e9f32747 authored by Vitezslav Kriz's avatar Vitezslav Kriz
Browse files

Merge branch 'freebsd-dependency' into 'master'

Added missing dependency on FreeBSD

Added missing flags on FreeBSD.

See merge request !498
parents 01c82ce2 78cd4bbb
No related branches found
No related tags found
No related merge requests found
......@@ -465,12 +465,16 @@ knsupdate_LDADD = zscanner/libzscanner.la libknotus.la
if HAVE_DNSTAP
kdig_LDADD += $(DNSTAP_LIBS) contrib/dnstap/libdnstap.la
khost_LDADD += $(DNSTAP_LIBS) contrib/dnstap/libdnstap.la
kdig_CFLAGS = $(AM_CFLAGS) $(DNSTAP_CFLAGS)
khost_CFLAGS = $(AM_CFLAGS) $(DNSTAP_CFLAGS)
endif # HAVE_DNSTAP
if HAVE_ROSEDB
bin_PROGRAMS += rosedb_tool
rosedb_tool_SOURCES = knot/modules/rosedb_tool.c
rosedb_tool_LDADD = libknotd.la
rosedb_tool_CFLAGS = $(AM_CFLAGS) $(lmdb_CFLAGS) $(DNSTAP_CFLAGS)
rosedb_tool_LDFLAGS = $(AM_LDFLAGS) $(lmdb_LIBS)
endif # HAVE_ROSEDB
endif # HAVE_UTILS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment