aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-18 21:54:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-18 21:54:23 +0000
commit0b18c72ed2cec22b08ee8afb0ed6cbb36f31a5a7 (patch)
treef7cc59334edc4c9d64c48dcbf9c16e4cec19dfc9 /makeopts.in
parent628965af9875225aebf3b620680fc8eaafadb8fd (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@51262 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 2b431c4b2..3077bf586 100644
--- a/makeopts.in
+++ b/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@