From 1c9e7b7ea69daedfa09a1f7e3bd169ce165c1904 Mon Sep 17 00:00:00 2001 From: Younes Manton Date: Mon, 16 Jul 2018 05:55:06 -0400 Subject: Update Makefile to build ppc64le binary (#1326) * Add ppc64le support to Makefile * Update crypt libs to fix tty ioctls on ppc64le The hardcoded tty ioctl commands in the terminal package were not correct for ppc64le and caused the ioctls to return ENOTTY for commands like TCGETS and so on. The bug is fixed in later versions. --- glide.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glide.yaml') diff --git a/glide.yaml b/glide.yaml index e9897ed1..e6dbb27f 100644 --- a/glide.yaml +++ b/glide.yaml @@ -11,6 +11,6 @@ import: subpackages: - encoding - package: golang.org/x/crypto - version: e1a4589e7d3ea14a3352255d04b6f1a418845e5e + version: 558b6879de74bc843225cde5686419267ff707ca subpackages: - ssh/terminal -- cgit v1.2.3