diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 19:51:28 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 19:51:28 +0000 |
commit | d31cadffee9652bba4aed758b08c36d8bd083aad (patch) | |
tree | b815dc18ccea261588aef543312f1294282dd32a /dns/bind96 | |
parent | 85aa55666679c35b2a468e93c57900f4c98ae3b7 (diff) |
Notes
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index a3411a65fe07..9c5aa6eeca41 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -27,6 +27,8 @@ COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like ISCVERSION= 9.6.0-P1 +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random |