Commit graph

4 commits

Author SHA1 Message Date
Etienne CHAMPETIER
1515019df5 screen: update to 4.3.1
refresh patches
quickly run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:28 +02:00
Jo-Philipp Wich
371bf39546 screen: fix autoconf misdetection
The configure script shipped by screen uses the presence of `elf.h` and `-lelf`
as indicator for an SVR4 system which implies a `#define BUGGYGETLOGIN`.

The SVR4 `getlogin()` replacement function does not compile with a musl
toolchain and we do not want it anyway, so patch configure to remove the broken
SVR4 detection logic.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-27 14:29:48 +02:00
Jo-Philipp Wich
e838c7f736 screen: fix musl compatibility
Add missing `os.h` include to `utmp.c` to pull in the required `utmp.h` header.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 20:01:59 +02:00
Etienne CHAMPETIER
d6078ba4a0 screen: import 4.2.1 from packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-11 00:59:06 +02:00