summaryrefslogtreecommitdiffstats
path: root/bind97-exportlib.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-10-07 14:55:21 +0200
committerAdam Tkac <atkac@redhat.com>2010-10-07 14:55:21 +0200
commit5856f09a63935717602276484314801d61622f51 (patch)
treea815fc57521ae552e94ef15e56d371183de3d633 /bind97-exportlib.patch
parent531ba12e2a7e1d710a9dc06c1f081082eeb5df18 (diff)
downloadbind-5856f09a63935717602276484314801d61622f51.tar.gz
bind-5856f09a63935717602276484314801d61622f51.tar.xz
bind-5856f09a63935717602276484314801d61622f51.zip
Disable parallel build of lib/export/isc/libisc.la.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind97-exportlib.patch')
-rw-r--r--bind97-exportlib.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/bind97-exportlib.patch b/bind97-exportlib.patch
new file mode 100644
index 0000000..70f7c72
--- /dev/null
+++ b/bind97-exportlib.patch
@@ -0,0 +1,14 @@
+diff -up bind-9.7.2-P2/lib/export/isc/Makefile.in.exportlib bind-9.7.2-P2/lib/export/isc/Makefile.in
+--- bind-9.7.2-P2/lib/export/isc/Makefile.in.exportlib 2010-10-07 14:42:09.563655036 +0200
++++ bind-9.7.2-P2/lib/export/isc/Makefile.in 2010-10-07 14:42:16.923651967 +0200
+@@ -101,6 +101,10 @@ SRCS = @ISC_EXTRA_SRCS@ \
+
+ LIBS = @LIBS@
+
++# Note: the order of SUBDIRS is important.
++# Attempt to disable parallel processing.
++.NOTPARALLEL:
++.NO_PARALLEL:
+ SUBDIRS = include unix nls @ISC_THREAD_DIR@
+ TARGETS = timestamp
+