summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-01-12 11:18:50 -0500
committerThomas Markwalder <tmark@isc.org>2018-01-12 11:18:50 -0500
commitb94669fa89ba991b51c3a8f37cad3033d5d9fb36 (patch)
tree8fa426e5efc79966f9ada8768275fd6170e48741
parent4832901d6caf9ec39c166f3f7a88a0ce740d2ec6 (diff)
downloadisc-dhcp-b94669fa89ba991b51c3a8f37cad3033d5d9fb36.tar.gz
[master] Fixed OpenBSD embedded bind9 build failure
Merges in rt46971
-rw-r--r--RELNOTES4
-rw-r--r--util/Makefile.bind.in4
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}. ; \