gnu: corkscrew: Pass triplet instead of system as --build and --host.
authorMark H Weaver <mhw@netris.org>
Mon, 13 Jul 2015 23:05:17 +0000 (19:05 -0400)
committerMark H Weaver <mhw@netris.org>
Mon, 13 Jul 2015 23:05:17 +0000 (19:05 -0400)
commit7a34576206620d61a58bca3fdcc46e1cc7669e22
tree3ae9bba0ec856e58aa489aacca50ab608fff49fc
parent412a242258def6668a933efc56dd60bbd286d389
gnu: corkscrew: Pass triplet instead of system as --build and --host.

This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
"build-system/gnu: Pass --build=<triplet> to configure by default"

* gnu/packages/ssh.scm (corkscrew)[arguments]: In custom configure phase,
  accept 'build' keyword argument and pass it to configure in --build argument
  and, if not cross-compiling, the --host argument.  Previously, the nix
  system string was passed.
gnu/packages/ssh.scm