core: Remove embedded editline.

This removes the embedded copy of editline from the Asterisk source
tree, making a system copy of libedit mandatory in Asterisk 16+.

ASTERISK-27634 #close

Change-Id: Iedb64ad92acb78419f3caefedaa2bb7cd2a1a33f
This commit is contained in:
Corey Farrell
2018-02-12 02:26:56 -05:00
parent e132f22a2e
commit 9fddc8b4dc
65 changed files with 23 additions and 25540 deletions

View File

@@ -64,6 +64,10 @@ cdr_syslog
* The cdr_syslog module is now deprecated and by default it is no longer
built.
Core:
* libedit is no longer available as an embedded library and must be provided
by the system.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 15.2.0 to Asterisk 15.3.0 ------------
------------------------------------------------------------------------------