summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-24 05:11:32 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-24 05:11:32 +0000
commit26db6abbcfd22bf72d15afd4339f10d0ec316e33 (patch)
tree4ec0dcdfa1c05ace93517fa401528a0cf20f24b4 /sys-fs/xfsprogs/files
parentAdd fixes from upstream. (diff)
downloadhistorical-26db6abbcfd22bf72d15afd4339f10d0ec316e33.tar.gz
historical-26db6abbcfd22bf72d15afd4339f10d0ec316e33.tar.bz2
historical-26db6abbcfd22bf72d15afd4339f10d0ec316e33.zip
Fix parallel build failures #260005 by Gilles Dartiguelongue.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/xfsprogs/files')
-rw-r--r--sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch b/sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch
new file mode 100644
index 000000000000..612719b35aa6
--- /dev/null
+++ b/sys-fs/xfsprogs/files/xfsprogs-3.0.0-parallel-build.patch
@@ -0,0 +1,30 @@
+http://bugs.gentoo.org/260005
+
+--- a/Makefile
++++ b/Makefile
+@@ -15,11 +15,11 @@
+ LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
+ Logs/* built .census install.* install-dev.* *.gz
+
+-LIB_SUBDIRS = include libxfs libxlog libxcmd libhandle libdisk
++LIB_SUBDIRS = libxfs libxlog libxcmd libhandle libdisk
+ TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
+ mdrestore repair rtcp m4 man doc po debian build
+
+-SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
++SUBDIRS = include $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
+
+ default: include/builddefs include/platform_defs.h
+ ifeq ($(HAVE_BUILDDEFS), no)
+@@ -29,9 +29,10 @@
+ endif
+
+ # tool/lib dependencies
+-libxcmd: include
++$(LIB_SUBDIRS) $(TOOL_SUBDIRS): include
+ copy mdrestore: libxfs
+ db logprint: libxfs libxlog
++fsr: libhandle
+ growfs: libxfs libxcmd
+ io: libxcmd libhandle
+ mkfs: libxfs libdisk