[Home]

Summary:ASTERISK-04506: [patch] Update editline to compile on cygwin
Reporter:Michael Jerris (mikej)Labels:
Date Opened:2005-06-30 23:18:57Date Closed:2008-01-15 15:39:55.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 4624rev0.patch.txt
Description:Current editline has some issues compiling on cygiwn.
Comments:By: Michael Jerris (mikej) 2005-06-30 23:20:04

Please let me know what you would like me to do as far as testing on this.  A patch would be a little unruly for this as it is essentially replacing an entire directory.

By: Michael Jerris (mikej) 2005-07-03 23:09:32

Added patch to just modify the autoconf\makefile stuff for this to compile properly on cygwin.  This should be a lot lighter than replacing the whole editline package.  Tested on cygwin.  Everything is ifdefed so it should not cause issues on other platforms.

By: Kevin P. Fleming (kpfleming) 2005-07-05 15:32:24

Committed to CVS HEAD, thanks! (in the future, use 'cvs diff' from the root of the tree to make your patches... this patch was relative to the editline directory, instead of the top of the tree)

By: Digium Subversion (svnbot) 2008-01-15 15:39:55.000-0600

Repository: asterisk
Revision: 6029

U   trunk/editline/Makefile.in
U   trunk/editline/config.h.in
U   trunk/editline/configure
U   trunk/editline/configure.in

------------------------------------------------------------------------
r6029 | kpfleming | 2008-01-15 15:39:55 -0600 (Tue, 15 Jan 2008) | 2 lines

make editline build properly on cygwin (bug ASTERISK-4506)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6029