changeset 2:5e1760c773ba draft

Uploaded
author iuc
date Sat, 26 Jul 2014 09:42:35 -0400
parents 71e3f4bfd1a9
children 335417c1475e
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Apr 27 14:54:11 2014 -0400
+++ b/tool_dependencies.xml	Sat Jul 26 09:42:35 2014 -0400
@@ -5,7 +5,7 @@
             <actions>
                 <action type="download_by_url">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action>
                 <action type="shell_command">
-                    ./configure --prefix $INSTALL_DIR --with-shared
+                    ./configure --prefix $INSTALL_DIR --with-shared --enable-symlinks
                 </action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>