mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-23 10:28:08 +00:00
[master] Fixed OpenBSD embedded bind9 build failure
Merges in rt46971
This commit is contained in:
parent
4832901d6c
commit
b94669fa89
4
RELNOTES
4
RELNOTES
@ -110,6 +110,10 @@ by Eric Young (eay@cryptsoft.com).
|
|||||||
NULL (see manpages for realpath(3)).
|
NULL (see manpages for realpath(3)).
|
||||||
[ISC-Bugs #46957]
|
[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)
|
Changes since 4.4.0a1 (New Features)
|
||||||
|
|
||||||
- Added experimental support for relay port (draft-ietf-dhc-relay-port-10.txt)
|
- Added experimental support for relay port (draft-ietf-dhc-relay-port-10.txt)
|
||||||
|
@ -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
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -80,7 +80,7 @@ bind2:
|
|||||||
for libdir in ${bindlibs} ; do \
|
for libdir in ${bindlibs} ; do \
|
||||||
(cd ${bindsrcdir}/lib/$$libdir ; \
|
(cd ${bindsrcdir}/lib/$$libdir ; \
|
||||||
echo Building $$libdir library in `pwd` ; \
|
echo Building $$libdir library in `pwd` ; \
|
||||||
$(MAKE) >> ${binddir}/build.log) ; \
|
$(MAKE) all >> ${binddir}/build.log) ; \
|
||||||
done ; \
|
done ; \
|
||||||
\
|
\
|
||||||
echo Installing BIND libraries to ${binddir}. ; \
|
echo Installing BIND libraries to ${binddir}. ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user