changeset 1:4e2cf7d7b185 draft

Uploaded
author bgruening
date Mon, 20 Jan 2014 17:44:50 -0500
parents 9f3610d5a25b
children 84466a2a45e7
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Sep 27 15:25:38 2013 -0400
+++ b/tool_dependencies.xml	Mon Jan 20 17:44:50 2014 -0500
@@ -4,12 +4,13 @@
             <actions>
                 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
                 <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="autoconf" />
                 <action type="set_environment">
                     <environment_variable name="READLINE_INCLUDE_PATH" action="set_to">$INSTALL_DIR/include</environment_variable>
                     <environment_variable name="READLINE_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable name="READLINE_BIN_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
                 </action>
             </actions>
         </install>