[Home]

Summary:ASTERISK-18725: Several patches related to the internal editline libraries
Reporter:Jeffrey C. Ollie (jcollie)Labels:
Date Opened:2011-10-14 19:19:02Date Closed:2012-07-25 07:26:00
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:SVN Frequency of
Occurrence
Related
Issues:
is related toASTERISK-27630 [patch] editline: Avoid shifting a negative signed value.
Environment:Attachments:( 0) 0001-Allow-linking-building-against-an-external-editline-.patch
( 1) 0002-Remove-build-infrastructure-for-internal-editline-li.patch
( 2) 0003-Delete-internal-copy-of-editline-library.patch
Description:I'm attatching three patches that remove the internal editline library in stages.  First by detecting the presence of an external editline library and building against it instead of the internal editline library, then by removing the infrastructure in the Makefiles and configure scripts for building the internal library and then removing the internal library completely.
Comments:By: Kevin P. Fleming (kpfleming) 2012-07-24 14:28:53.962-0500

I'm going to commit the first patch from this series (well, a modified version of it). The others we'll skip, as there's really not any harm in continuing to distribute an embedded copy of the library.