m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

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.
This commit is contained in:
Younes Manton
2018-07-16 05:55:06 -04:00
committed by Junegunn Choi
parent 6de1ad9d3d
commit 1c9e7b7ea6
3 changed files with 38 additions and 116 deletions

View File

@@ -11,6 +11,6 @@ import:
subpackages:
- encoding
- package: golang.org/x/crypto
version: e1a4589e7d3ea14a3352255d04b6f1a418845e5e
version: 558b6879de74bc843225cde5686419267ff707ca
subpackages:
- ssh/terminal