2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

8 Commits

Author SHA1 Message Date
Wlodek Wencel
bc834b2b7d [#231] 4.4.3 release changes 2022-03-08 09:37:01 +01:00
Sergei Trofimovich
5a01946235 [(no branch, rebasing trofi/dhcp-master)] dhcp/bind: build bind1->atf->bind2 sequentially
All 3 steps are interdependent:
- bind1 unpacks bind source
- atf builds tests in it
- bind2 builds bind

Without the dependencies parallel build on -j16 fails as:

    $ make -j16 -l16
    Making all in ./bind
    make[1]: Entering directory '/build/dhcp-4.4.2-P1/bind'
    Building BIND libraries - this takes some time.
    bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory
    Building isc library in /build/dhcp-4.4.2-P1/bind
    bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory
    bash: ./configure: /bin/sh: bad interpreter: Text file busy
    make[2]: *** [Makefile:42: bind1] Error 126
    make[2]: *** Waiting for unfinished jobs....
2022-02-04 18:18:47 +01:00
Tomek Mrugalski
8d822e2c23 [#218] Added empty install-exec target
- as requested by Philip Prindeville for OpenWRT build fix
2022-01-20 10:36:06 +01:00
Tomek Mrugalski
ea10884dc5 [#218] Imported BIND 9.11.36 2022-01-20 10:33:02 +01:00
Francis Dupont
002ed173d8 [(no branch, rebasing 218-updated-bundled-bind9)] Moved to bind 9.11.36 with a fixed kit script 2022-01-20 10:33:01 +01:00
Thomas Markwalder
bfbe0fd6b0 [master] Updated bundled Bind9 to 9.11.14
bind/Makefile.in
bind/bind.tar.gz
bind/version.tmp
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt
util/bind.sh
2019-12-12 08:18:38 -05:00
Thomas Markwalder
4adcee93c7 [#35,!36] Update ATF use doc and remove support for --with-atf=bind
modified:
    RELNOTES
    bind/Makefile.in
    configure
    configure.ac
    configure.ac+lt
    configure.ac-base
    configure.ac-lt
    doc/devel/atf.dox
2019-11-26 14:22:00 -05:00
Thomas Markwalder
0cd94b5ef4 [#64,!35] Restored work
Restored cummulative work.
2019-11-22 13:39:45 -05:00