picocom: update to 2.1.
This commit is contained in:
parent
4d7ab74341
commit
5294770a4f
2 changed files with 3 additions and 18 deletions
|
@ -1,15 +0,0 @@
|
|||
diff -up term.c.orig term.c
|
||||
--- term.c.orig 2015-08-25 19:53:25.000000000 +0200
|
||||
+++ term.c 2015-08-30 11:40:05.723748387 +0200
|
||||
@@ -33,7 +33,11 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
+#ifdef __GLIBC__
|
||||
#include <termios.h>
|
||||
+#else
|
||||
+#include <asm/termbits.h>
|
||||
+#endif
|
||||
#ifdef __linux__
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'picocom'
|
||||
pkgname=picocom
|
||||
version=2.0
|
||||
revision=3
|
||||
version=2.1
|
||||
revision=1
|
||||
short_desc="Minimal dumb-terminal emulation program like minicom"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/npat-efault/picocom"
|
||||
distfiles="https://github.com/npat-efault/picocom/archive/${version}.tar.gz"
|
||||
checksum=e0f7095c118f43c1c09787a16ef5c7d4c4ad4457dd3b1281efcc4cdb8906af9a
|
||||
checksum=6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||
|
|
Loading…
Reference in a new issue