[Bug 203931] [PATCH] dns/knot2 fix build on 9.3 and enable multi-instance rc.d
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 22 14:58:17 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203931
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: danfe
Date: Thu Oct 22 14:57:42 UTC 2015
New revision: 399986
URL: https://svnweb.freebsd.org/changeset/ports/399986
Log:
Unbreak the build with (non-default) DNSTAP option set. The root cause
here is that `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from the
`src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which
should contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure
script.
As I'd rather avoid patching `src/Makefile.in' and don't want to request
regeneration thereof, provide DNSTAP_CPPFLAGS explicitly for the moment,
while ideally this bug should be fixed upstream. Add an accompanying XXX
comment about it.
PR: 203931 (partially)
Changes:
head/dns/knot2/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list