lvm2: enable parallel building

This commit is contained in:
Joachim Fasting
2019-10-13 13:11:54 +02:00
parent 5c11b11b58
commit 494d2deebf
+1 -2
View File
@@ -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 {