]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - bind/patches/bind-9.5-parallel-build.patch
ding-libs: Fix running test suite
[people/stevee/ipfire-3.x.git] / bind / patches / bind-9.5-parallel-build.patch
CommitLineData
ac29baf9
SS
1diff -up bind-9.5.0b1/lib/dns/Makefile.in.parallel bind-9.5.0b1/lib/dns/Makefile.in
2--- bind-9.5.0b1/lib/dns/Makefile.in.parallel 2008-01-17 18:27:38.000000000 +0100
3+++ bind-9.5.0b1/lib/dns/Makefile.in 2008-01-17 18:27:45.000000000 +0100
4@@ -19,10 +19,6 @@ srcdir = @srcdir@
5 VPATH = @srcdir@
6 top_srcdir = @top_srcdir@
7
8-# Attempt to disable parallel processing.
9-.NOTPARALLEL:
10-.NO_PARALLEL:
11-
12 @BIND9_VERSION@
13
14 @LIBDNS_API@