[Home]

Summary:ASTERISK-08677: [patch] libedit configure for crosscompilation
Reporter:zandbelt (zandbelt)Labels:
Date Opened:2007-01-29 02:27:08.000-0600Date Closed:2007-01-29 15:37:45.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:ASTLDFLAGS also need to be passed to libedit configure as LDFLAGS when crosscompiling it, so libraries such as libncurses can be found by autoconf when compiling an autoconf test program.

This is to avoid the following error when crosscompiling:

checking for tgetent in -lncurses... no
configure: error: termcap support not found
make[4]: *** [editline/libedit.a] Error 1
make[3]: *** [main] Error 2
Comments:By: Russell Bryant (russell) 2007-01-29 15:37:45.000-0600

This has been fixed in revision 52647 and 52648.  Thanks!