Repository 'package_ncurses_5_9'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_ncurses_5_9

Changeset 2:5e1760c773ba (2014-07-26)
Previous changeset 1:71e3f4bfd1a9 (2014-04-27) Next changeset 3:335417c1475e (2015-11-26)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 71e3f4bfd1a9 -r 5e1760c773ba tool_dependencies.xml
--- a/tool_dependencies.xml Sun Apr 27 14:54:11 2014 -0400
+++ b/tool_dependencies.xml Sat Jul 26 09:42:35 2014 -0400
b
@@ -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>