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:
10
makeopts.in
10
makeopts.in
@@ -69,6 +69,7 @@ CURL_LIB=@CURL_LIB@
|
||||
|
||||
CURSES_INCLUDE=@CURSES_INCLUDE@
|
||||
CURSES_LIB=@CURSES_LIB@
|
||||
CURSES_DIR=@CURSES_DIR@
|
||||
|
||||
EDITLINE_LIB=@EDITLINE_LIB@
|
||||
|
||||
@@ -97,6 +98,7 @@ NBS_LIB=@NBS_LIB@
|
||||
|
||||
NCURSES_INCLUDE=@NCURSES_INCLUDE@
|
||||
NCURSES_LIB=@NCURSES_LIB@
|
||||
NCURSES_DIR=@NCURSES_DIR@
|
||||
|
||||
NETSNMP_LIB=@NETSNMP_LIB@
|
||||
|
||||
@@ -164,3 +166,11 @@ MISDN_LIB=@MISDN_LIB@
|
||||
|
||||
SUPPSERV_INCLUDE=@SUPPSERV_INCLUDE@
|
||||
SUPPSERV_LIB=@SUPPSERV_LIB@
|
||||
|
||||
TERMCAP_INCLUDE=@TERMCAP_INCLUDE@
|
||||
TERMCAP_LIB=@TERMCAP_LIB@
|
||||
TERMCAP_DIR=@TERMCAP_DIR@
|
||||
|
||||
TINFO_INCLUDE=@TINFO_INCLUDE@
|
||||
TINFO_LIB=@TINFO_LIB@
|
||||
TINFO_DIR=@TINFO_DIR@
|
||||
|
Reference in New Issue
Block a user