mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Do not link with the termcap library - mshell would segfault.
This commit is contained in:
parent
55e51357c0
commit
ebae5e61ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20122
@ -29,7 +29,7 @@
|
||||
+ all: mshell
|
||||
+
|
||||
mshell: $(OBJS)
|
||||
! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell
|
||||
! cc $(CFLAGS) $(OBJS) -lncurses -o mshell
|
||||
|
||||
$(OBJS) : mshell.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user