libedit does not need to be linked with ncurses
libedit uses the terminfo headers but doesn't really need to be linked with ncurses. Discussed with: christos@NetBSD MFC after; 3 days
This commit is contained in:
parent
be8012c4e6
commit
2306ec18db
@ -11,7 +11,6 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
|
||||
parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
|
||||
|
||||
DPADD= ${LIBNCURSES}
|
||||
LDADD= -lncurses
|
||||
|
||||
MAN= editline.3 editrc.5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user