Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 15:02:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203931] [PATCH] dns/knot2 fix build on 9.3 and enable multi-instance rc.d
Message-ID:  <bug-203931-13-XThDkxkhIT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203931-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203931-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203931

Alexey Dokuchaev <danfe@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danfe@FreeBSD.org
             Status|New                         |In Progress

--- Comment #2 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
Hmm, activation of non-default option DNSTAP does indeed lead to a build
failures (and not just on 9.3, it happens on 10.X as well), but AFAICT it is
because `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from
`src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which should
contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure script.

I've provided it explicitly in ports r399986 for the time being, as patching
those files would result in higher line count.  Ideally this bug should be
fixed upstream.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203931-13-XThDkxkhIT>