Disable parallel build of lib/export/isc/libisc.la.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
531ba12e2a
commit
5856f09a63
@ -58,6 +58,7 @@ Patch106:bind93-rh490837.patch
|
|||||||
Patch107:bind97-dist-pkcs11.patch
|
Patch107:bind97-dist-pkcs11.patch
|
||||||
Patch109:bind97-rh478718.patch
|
Patch109:bind97-rh478718.patch
|
||||||
Patch110:bind97-rh570851.patch
|
Patch110:bind97-rh570851.patch
|
||||||
|
Patch111:bind97-exportlib.patch
|
||||||
|
|
||||||
# SDB patches
|
# SDB patches
|
||||||
Patch11: bind-9.3.2b2-sdbsrc.patch
|
Patch11: bind-9.3.2b2-sdbsrc.patch
|
||||||
@ -290,6 +291,7 @@ mkdir m4
|
|||||||
%patch107 -p1 -b .dist-pkcs11
|
%patch107 -p1 -b .dist-pkcs11
|
||||||
%patch109 -p1 -b .rh478718
|
%patch109 -p1 -b .rh478718
|
||||||
%patch110 -p1 -b .rh570851
|
%patch110 -p1 -b .rh570851
|
||||||
|
%patch111 -p1 -b .exportlib
|
||||||
|
|
||||||
# Sparc and s390 arches need to use -fPIE
|
# Sparc and s390 arches need to use -fPIE
|
||||||
%ifarch sparcv9 sparc64 s390 s390x
|
%ifarch sparcv9 sparc64 s390 s390x
|
||||||
|
14
bind97-exportlib.patch
Normal file
14
bind97-exportlib.patch
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user