summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-11-19 22:07:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-11-19 22:07:43 +0000
commit07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch)
treed57c864005baed96c03a9d962fb4dbe250891caf /dns
parent- Update to 1.3.7 (diff)
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=244489
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-sdb-ldap/Makefile1
-rw-r--r--dns/bind9-sdb-postgresql/Makefile1
-rw-r--r--dns/dnsutl/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/dns/bind9-sdb-ldap/Makefile b/dns/bind9-sdb-ldap/Makefile
index ec3478f21bf4..403fee12f433 100644
--- a/dns/bind9-sdb-ldap/Makefile
+++ b/dns/bind9-sdb-ldap/Makefile
@@ -29,6 +29,7 @@ ISCVERSION= 9.4.3-P1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
+MAKE_JOBS_UNSAFE= yes
OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \
REPLACE_BASE "Replace base BIND with this version" off \
diff --git a/dns/bind9-sdb-postgresql/Makefile b/dns/bind9-sdb-postgresql/Makefile
index e3f73db33230..7ac61f117337 100644
--- a/dns/bind9-sdb-postgresql/Makefile
+++ b/dns/bind9-sdb-postgresql/Makefile
@@ -26,6 +26,7 @@ ISCVERSION= 9.4.3-P3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \
--with-randomdev=/dev/random
+MAKE_JOBS_UNSAFE= yes
USE_OPENSSL= yes
USE_PGSQL= yes
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
index 872b8471ad3d..a92a5ef79bbb 100644
--- a/dns/dnsutl/Makefile
+++ b/dns/dnsutl/Makefile
@@ -15,6 +15,7 @@ COMMENT= Programs to make using DNS easier
GNU_CONFIGURE= yes
ALL_TARGET= all sure
+MAKE_JOBS_UNSAFE= yes
MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
dns-conf-check.1 dns-dhcp.1 dns-ethers-import.1 \