Merge pull request #52597 from lopsided98/lvm2-no-parallel
lvm2: disable parallel building
This commit is contained in:
commit
98561c789c
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ stdenv.mkDerivation {
|
|||
sed -i /DEFAULT_PROFILE_DIR/d conf/Makefile.in
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
|
||||
enableParallelBuilding = false;
|
||||
|
||||
#patches = [ ./purity.patch ];
|
||||
patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
|
||||
|
|
Loading…
Reference in a new issue