lvm2: enable parallel building
This commit is contained in:
parent
5c11b11b58
commit
494d2deebf
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ stdenv.mkDerivation {
|
|||
sed -i /DEFAULT_PROFILE_DIR/d conf/Makefile.in
|
||||
'';
|
||||
|
||||
# gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
|
||||
(fetchpatch {
|
||||
|
|
Loading…
Reference in a new issue