Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 14:58:17 +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-loh3GxvSpi@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

--- Comment #1 from commit-hook@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.



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