mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
+ all: mshell
|
+ all: mshell
|
||||||
+
|
+
|
||||||
mshell: $(OBJS)
|
mshell: $(OBJS)
|
||||||
! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell
|
! cc $(CFLAGS) $(OBJS) -lncurses -o mshell
|
||||||
|
|
||||||
$(OBJS) : mshell.h
|
$(OBJS) : mshell.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue