From 4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71 Mon Sep 17 00:00:00 2001 From: jmz Date: Thu, 8 Jul 1999 11:52:27 +0000 Subject: Do not link with the termcap library - mshell would segfault. --- misc/mshell/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa index 0b2af61..9e86c00 100644 --- a/misc/mshell/files/patch-aa +++ b/misc/mshell/files/patch-aa @@ -29,7 +29,7 @@ + all: mshell + mshell: $(OBJS) -! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell +! cc $(CFLAGS) $(OBJS) -lncurses -o mshell $(OBJS) : mshell.h -- cgit v1.1