mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Ensure that the locations given to the Asterisk configure script for ncurses,
curses, termcap, or tinfo are further passed along to the editline configure script. This fixes some cross-compilation environments. (issue #8637, reported by ovi, patch by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -59,6 +59,10 @@ export SOLINK
|
||||
export STRIP
|
||||
export DOWNLOAD
|
||||
export OSARCH
|
||||
export CURSES_DIR
|
||||
export NCURSES_DIR
|
||||
export TERMCAP_DIR
|
||||
export TINFO_DIR
|
||||
|
||||
# even though we could use '-include makeopts' here, use a wildcard
|
||||
# lookup anyway, so that make won't try to build makeopts if it doesn't
|
||||
|
Reference in New Issue
Block a user