From 769cb28ffbaf78db65e060f7bd6a7f7d391906f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 2 Jan 2007 01:39:18 +0000 Subject: [PATCH] We already link against libncurses.a - no need for libtermcap.a as well. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19674 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/network/ftp/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/network/ftp/Jamfile b/src/bin/network/ftp/Jamfile index 4d43a4d9f3..dcef6e6e89 100644 --- a/src/bin/network/ftp/Jamfile +++ b/src/bin/network/ftp/Jamfile @@ -21,7 +21,7 @@ BinCommand ftp : progressbar.c ruserpass.c util.c - : libtermcap.a libedit.a libncurses.a libutil.a libbsd.so $(NETWORK_LIBS) + : libedit.a libncurses.a libutil.a libbsd.so $(NETWORK_LIBS) ; # Installation -- in the test directory for the time being