From b94669fa89ba991b51c3a8f37cad3033d5d9fb36 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 12 Jan 2018 11:18:50 -0500 Subject: [PATCH] [master] Fixed OpenBSD embedded bind9 build failure Merges in rt46971 --- RELNOTES | 4 ++++ util/Makefile.bind.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELNOTES b/RELNOTES index 158b7e2f..1487ff55 100644 --- a/RELNOTES +++ b/RELNOTES @@ -110,6 +110,10 @@ by Eric Young (eay@cryptsoft.com). NULL (see manpages for realpath(3)). [ISC-Bugs #46957] +- Fixed a build issue when building with embedded BIND9 under OpenBSD that + was causing BIND9 build to not generate dns/enumclass.h and dns/enumtype.h. + [ISC-Bugs #46971] + Changes since 4.4.0a1 (New Features) - Added experimental support for relay port (draft-ietf-dhc-relay-port-10.txt) diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index bfb8bbf7..36ff48ef 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2018 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -80,7 +80,7 @@ bind2: for libdir in ${bindlibs} ; do \ (cd ${bindsrcdir}/lib/$$libdir ; \ echo Building $$libdir library in `pwd` ; \ - $(MAKE) >> ${binddir}/build.log) ; \ + $(MAKE) all >> ${binddir}/build.log) ; \ done ; \ \ echo Installing BIND libraries to ${binddir}. ; \