mosh: Link against libutil for openpty and forkpty
[termux-packages] / packages / mosh / mosh.cc.patch
index 1f303c2..2f8e288 100644 (file)
@@ -1,6 +1,6 @@
 --- ../mosh/src/frontend/mosh.cc       2016-04-29 00:42:24.837700203 +1000
 +++ ./src/frontend/mosh.cc     2016-04-29 00:40:13.346294286 +1000
-@@ -0,0 +1,521 @@
+@@ -0,0 +1,519 @@
 +//   Mosh: the mobile shell
 +//   Copyright 2012 Keith Winstein
 +//
@@ -47,8 +47,6 @@
 +#include <libutil.h>
 +#endif
 +
-+#include "shittypty.h"
-+
 +#if !HAVE_GETLINE
 +ssize_t getline( char ** restrict linep,
 +    size_t * restrict linecapp,