summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-01-18 21:57:55 +0000
committerRussell Bryant <russell@russellbryant.com>2007-01-18 21:57:55 +0000
commitfa16f36aae6b1fa49fae53824dc5b0b1bc8a2299 (patch)
treef084fc6944f98446e41cf98bf0cf22054900f327 /makeopts.in
parent9d74ea97c006434b35b60de505b42008e5ac3226 (diff)
Merged revisions 51262 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r51262 | russell | 2007-01-18 15:54:23 -0600 (Thu, 18 Jan 2007) | 5 lines 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/trunk@51263 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 706565bf9..5db884698 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@
@@ -170,3 +172,11 @@ SUPPSERV_LIB=@SUPPSERV_LIB@
CAP_LIB=@CAP_LIB@
CAP_INCLUDE=@CAP_INCLUDE@
+
+TERMCAP_INCLUDE=@TERMCAP_INCLUDE@
+TERMCAP_LIB=@TERMCAP_LIB@
+TERMCAP_DIR=@TERMCAP_DIR@
+
+TINFO_INCLUDE=@TINFO_INCLUDE@
+TINFO_LIB=@TINFO_LIB@
+TINFO_DIR=@TINFO_DIR@