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