mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
libedit: Revert r247683 to fix buildworld.
I think r247683 is wrong because libedit.so actually uses symbols from libcurses.so. Since it breaks the build, revert it now.
This commit is contained in:
parent
579ed7bd05
commit
2dea247f6b
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ 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…
Reference in a new issue