sharutils: making them crossbuild, thanks to a patch.

Patch taken from:
http://repository.timesys.com/buildsources/s/sharutils/sharutils-4.11.1/sharutils-4.11.1-cross-binary-mode-popen.patch
after a google search for the guilty part of 'configure'.
This commit is contained in:
Lluís Batlle i Rossell
2012-11-08 19:38:24 +01:00
parent 86fa903f6c
commit 16dbe75e57
2 changed files with 67 additions and 0 deletions
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
doCheck = true;
crossAttrs = {
patches = [ ./sharutils-4.11.1-cross-binary-mode-popen.patch ];
};
meta = {
description = "GNU Sharutils, tools for remote synchronization and `shell archives'";