summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/bind9/Makefile4
-rw-r--r--dns/bind94/Makefile4
-rw-r--r--dns/bind95/Makefile4
-rw-r--r--dns/bind96/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile
index 44cce6cd68c7..ed42babb841f 100644
--- a/dns/bind9/Makefile
+++ b/dns/bind9/Makefile
@@ -32,7 +32,9 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \
USE_OPENSSL= yes
-.if !defined(WITHOUT_BIND9_THREADS) || defined(PACKAGE_BUILDING)
+# ISC staff has informed me that for 9.3.x, threads are always a bad idea.
+# Leave the affirmative option for those that want to experiment.
+.if defined(WITH_BIND9_THREADS)
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --disable-threads
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 44cce6cd68c7..ed42babb841f 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -32,7 +32,9 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \
USE_OPENSSL= yes
-.if !defined(WITHOUT_BIND9_THREADS) || defined(PACKAGE_BUILDING)
+# ISC staff has informed me that for 9.3.x, threads are always a bad idea.
+# Leave the affirmative option for those that want to experiment.
+.if defined(WITH_BIND9_THREADS)
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --disable-threads
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile
index 44cce6cd68c7..ed42babb841f 100644
--- a/dns/bind95/Makefile
+++ b/dns/bind95/Makefile
@@ -32,7 +32,9 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \
USE_OPENSSL= yes
-.if !defined(WITHOUT_BIND9_THREADS) || defined(PACKAGE_BUILDING)
+# ISC staff has informed me that for 9.3.x, threads are always a bad idea.
+# Leave the affirmative option for those that want to experiment.
+.if defined(WITH_BIND9_THREADS)
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --disable-threads
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index 44cce6cd68c7..ed42babb841f 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -32,7 +32,9 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \
USE_OPENSSL= yes
-.if !defined(WITHOUT_BIND9_THREADS) || defined(PACKAGE_BUILDING)
+# ISC staff has informed me that for 9.3.x, threads are always a bad idea.
+# Leave the affirmative option for those that want to experiment.
+.if defined(WITH_BIND9_THREADS)
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --disable-threads