lvm2: enable parallel building

This commit is contained in:
Joachim Fasting 2019-05-25 15:03:58 +02:00
parent 5c11b11b58
commit 494d2deebf
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

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 {