changeset 3:e87f7a11afe2 draft default tip

Uploaded Dave's fix
author boris
date Tue, 14 Jan 2014 13:08:34 -0500
parents 1301ec7705a8
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 06 16:26:28 2013 -0400
+++ b/tool_dependencies.xml	Tue Jan 14 13:08:34 2014 -0500
@@ -6,6 +6,7 @@
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
                 <action type="set_environment">
+                    <environment_variable name="READLINE_LIBS" action="set_to">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
                     <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
                 </action>