lvm2: Update to 2.02.106

This commit is contained in:
Eelco Dolstra 2014-04-15 18:02:07 +02:00
parent a37edbbb63
commit 07cb7451d9

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, udev, utillinux, coreutils }: { stdenv, fetchurl, pkgconfig, udev, utillinux, coreutils }:
let let
v = "2.02.104"; v = "2.02.106";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.${v}.tgz"; url = "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.${v}.tgz";
sha256 = "1xa7hvp8bsx96nncgksxrqxaqcgipfmmpr8aysayb8aisyjvas0d"; sha256 = "0nr833bl0q4zq52drjxmmpf7bs6kqxwa5kahwwxm9411khkxz0vc";
}; };
configureFlags = configureFlags =
@ -29,6 +29,8 @@ stdenv.mkDerivation {
sed -i /DEFAULT_PROFILE_DIR/d conf/Makefile.in sed -i /DEFAULT_PROFILE_DIR/d conf/Makefile.in
''; '';
enableParallelBuilding = true;
#patches = [ ./purity.patch ]; #patches = [ ./purity.patch ];
# To prevent make install from failing. # To prevent make install from failing.