lvm2: enable parallel building

This commit is contained in:
Joachim Fasting
2019-05-25 15:03:58 +02:00
parent 5c11b11b58
commit 494d2deebf

View File

@@ -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 {