aboutsummaryrefslogtreecommitdiff
path: root/utils/screen
Commit message (Collapse)AuthorAge
* screen: remove leftover Makefile codeJo-Philipp Wich2015-06-27
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* screen: fix autoconf misdetectionJo-Philipp Wich2015-06-27
| | | | | | | | | | | 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>
* screen: fix musl compatibilityJo-Philipp Wich2015-06-17
| | | | | | 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>
* change my email addressEtienne CHAMPETIER2014-07-23
|
* screen: Fix typo.Álvaro Fernández Rojas2014-06-16
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* screen: add PKG_LICENSE, add myself as maintainerEtienne CHAMPETIER2014-06-11
| | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* screen: import 4.2.1 from packagesEtienne CHAMPETIER2014-06-11
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>