mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Comment out one of many editline.3 MLINKS conflicting with libreadline
(history.3)
This commit is contained in:
parent
4c5eb9c397
commit
45b655df03
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@ MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \
|
|||
editline.3 el_resize.3 editline.3 el_line.3 \
|
||||
editline.3 el_insertstr.3 editline.3 el_deletestr.3 \
|
||||
editline.3 history_init.3 editline.3 history_end.3 \
|
||||
editline.3 history.3 editline.3 el_data_get.3 editline.3 el_data_set.3
|
||||
editline.3 el_data_get.3 editline.3 el_data_set.3
|
||||
|
||||
# Conflict with libreadline
|
||||
#MLINKS= editline.3 history.3
|
||||
|
||||
# For speed and debugging
|
||||
#SRCS= ${OSRCS} tokenizer.c history.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue