libuuid: Fix cross-GNU builds.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25087
This commit is contained in:
parent
d922bfcfc2
commit
0847b74a2c
@ -4524,8 +4524,8 @@ let
|
||||
hostDrv = lib.overrideDerivation utillinuxng.hostDrv (args: {
|
||||
# `libblkid' fails to build on GNU/Hurd.
|
||||
configureFlags = args.configureFlags
|
||||
+ " --disable-libblkid --disable-mount --disable-fsck"
|
||||
+ " --enable-static";
|
||||
+ " --disable-libblkid --disable-mount --disable-libmount"
|
||||
+ " --disable-fsck --enable-static";
|
||||
doCheck = false;
|
||||
CPPFLAGS = # ugly hack for ugly software!
|
||||
lib.concatStringsSep " "
|
||||
|
Loading…
Reference in New Issue
Block a user