util-linux: Allow cross-compilation.
svn path=/nixpkgs/trunk/; revision=32851
This commit is contained in:
parent
04e9081837
commit
3666a7c149
@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1q5vjcvw4f067c63vj2n3xggvk5prm11571x6vnqiav47vdbqvni";
|
sha256 = "1q5vjcvw4f067c63vj2n3xggvk5prm11571x6vnqiav47vdbqvni";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
crossAttrs = {
|
||||||
|
# Work around use of `AC_RUN_IFELSE'.
|
||||||
|
preConfigure = "export scanf_cv_type_modifier=ms";
|
||||||
|
};
|
||||||
|
|
||||||
# !!! It would be better to obtain the path to the mount helpers
|
# !!! It would be better to obtain the path to the mount helpers
|
||||||
# (/sbin/mount.*) through an environment variable, but that's
|
# (/sbin/mount.*) through an environment variable, but that's
|
||||||
# somewhat risky because we have to consider that mount can setuid
|
# somewhat risky because we have to consider that mount can setuid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user