screen: bump to version 4.0.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-12-17 13:30:56 -03:00 committed by Peter Korsgaard
parent 0b584467c1
commit 748eb04a40
3 changed files with 2 additions and 5 deletions

View File

@ -3,15 +3,12 @@
# screen
#
#############################################################
SCREEN_VERSION = 4.0.2
SCREEN_VERSION = 4.0.3
SCREEN_SITE = $(BR2_GNU_MIRROR)/screen
SCREEN_DEPENDENCIES = ncurses
SCREEN_CONF_ENV = CFLAGS=-DSYSV=1
SCREEN_MAKE_OPT = -j1
SCREEN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) SCREEN=screen install_bin
$(eval $(call AUTOTARGETS,package,screen))