]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Fixed OpenBSD embedded bind9 build failure
authorThomas Markwalder <tmark@isc.org>
Fri, 12 Jan 2018 16:18:50 +0000 (11:18 -0500)
committerThomas Markwalder <tmark@isc.org>
Fri, 12 Jan 2018 16:18:50 +0000 (11:18 -0500)
    Merges in rt46971

RELNOTES
util/Makefile.bind.in

index 158b7e2fc8f2f9074482b966200f731b04f6384a..1487ff55256339e63cfb495ff0aebaf63008fc16 100644 (file)
--- 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)
index bfb8bbf7afe37ad54ffb6f95e7fbd94d4bc2ba69..36ff48efd425344665f3c84ba1e0f908473ea006 100644 (file)
@@ -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}. ;           \