summaryrefslogtreecommitdiffstats
path: root/bind-9.5-parallel-build.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-01-22 16:57:44 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-01-22 16:57:44 +0000
commit29a1a21749e8bf8b9e55667633c199eb00669ee0 (patch)
tree700b56b6b17aa375a543186fee3460712e94a267 /bind-9.5-parallel-build.patch
parentcef6d70d992802bb68e3d720553bd21ed9a7778f (diff)
- removed bind-9.3.2-prctl_set_dumpable.patch (upstream)
- allow parallel building of libdns library - CVE-2008-0122
Diffstat (limited to 'bind-9.5-parallel-build.patch')
-rw-r--r--bind-9.5-parallel-build.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/bind-9.5-parallel-build.patch b/bind-9.5-parallel-build.patch
new file mode 100644
index 0000000..53e34ca
--- /dev/null
+++ b/bind-9.5-parallel-build.patch
@@ -0,0 +1,14 @@
+diff -up bind-9.5.0b1/lib/dns/Makefile.in.parallel bind-9.5.0b1/lib/dns/Makefile.in
+--- bind-9.5.0b1/lib/dns/Makefile.in.parallel 2008-01-17 18:27:38.000000000 +0100
++++ bind-9.5.0b1/lib/dns/Makefile.in 2008-01-17 18:27:45.000000000 +0100
+@@ -19,10 +19,6 @@ srcdir = @srcdir@
+ VPATH = @srcdir@
+ top_srcdir = @top_srcdir@
+
+-# Attempt to disable parallel processing.
+-.NOTPARALLEL:
+-.NO_PARALLEL:
+-
+ @BIND9_VERSION@
+
+ @LIBDNS_API@