From b345c2a3570c3ca43d5947adbcc469a484ac23ce Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 11 Jun 2007 08:21:17 +0000 Subject: [PATCH] Upgrade screen to 4.0.3 (#1846) SVN-Revision: 7557 --- utils/screen/Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/utils/screen/Makefile b/utils/screen/Makefile index 027272636b..f6bc86b3bc 100644 --- a/utils/screen/Makefile +++ b/utils/screen/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=screen -PKG_VERSION:=4.0.2 +PKG_VERSION:=4.0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@GNU/screen -PKG_MD5SUM:=ed68ea9b43d9fba0972cb017a24940a1 +PKG_SOURCE_URL:=ftp://ftp.uni-erlangen.de/pub/utilities/screen \ + @GNU/screen +PKG_MD5SUM:=8506fd205028a96c741e4037de6e3c42 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -33,7 +34,11 @@ define Package/screen URL:=http://www.gnu.org/software/screen/ endef -# uses GNU configure +define Build/Configure + $(call Build/Configure/Default,,\ + LIBS="-lcrypt" \ + ) +endef define Package/screen/install $(INSTALL_DIR) $(1)/usr/sbin -- 2.30.2