diff --git a/ChangeLog b/ChangeLog index 8d4090e..cce3e28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Nov 2007; Andrew Gaffney gen_compile.sh: + Force dmraid to be built with -j1 for bug #188273 + 16 Nov 2007; Chris Gianelloni genkernel.conf: My original sed of LVM2->LVM caught a few too many things. Thanks to Robin Johnson for pointing them out and providing the fix in diff --git a/gen_compile.sh b/gen_compile.sh index 809679b..ab45d1a 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -544,7 +544,8 @@ compile_dmraid() { ###echo "DMRAIDLIBS += -lselinux -lsepol" >> tools/Makefile mkdir -p "${TEMP}/dmraid" print_info 1 'dmraid: >> Compiling...' - compile_generic '' utils + # Force dmraid to be built with -j1 for bug #188273 + MAKEOPTS=-j1 compile_generic '' utils #compile_generic 'install' utils mkdir ${TEMP}/dmraid/sbin install -m 0755 -s tools/dmraid "${TEMP}/dmraid/sbin/dmraid"