summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-03-07 13:45:06 +0000
committerLudovic Courtès <ludo@gnu.org>2012-03-07 13:45:06 +0000
commit3666a7c1492550370152f48b7a11a3bb4b1b9565 (patch)
tree5ca612c8b163c14f563dccc4285c53facbdec8d1
parent04e90818377c21f1e9fbeb71da8724974f4e37ef (diff)
downloadnixpkgs-3666a7c1492550370152f48b7a11a3bb4b1b9565.tar
nixpkgs-3666a7c1492550370152f48b7a11a3bb4b1b9565.tar.gz
nixpkgs-3666a7c1492550370152f48b7a11a3bb4b1b9565.tar.bz2
nixpkgs-3666a7c1492550370152f48b7a11a3bb4b1b9565.tar.lz
nixpkgs-3666a7c1492550370152f48b7a11a3bb4b1b9565.tar.xz
nixpkgs-3666a7c1492550370152f48b7a11a3bb4b1b9565.tar.zst
nixpkgs-3666a7c1492550370152f48b7a11a3bb4b1b9565.zip
util-linux: Allow cross-compilation.
svn path=/nixpkgs/trunk/; revision=32851
-rw-r--r--pkgs/os-specific/linux/util-linux/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/util-linux/default.nix b/pkgs/os-specific/linux/util-linux/default.nix
index bd6f26dc58b..de49fe5182a 100644
--- a/pkgs/os-specific/linux/util-linux/default.nix
+++ b/pkgs/os-specific/linux/util-linux/default.nix
@@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
     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
   # (/sbin/mount.*) through an environment variable, but that's
   # somewhat risky because we have to consider that mount can setuid