Mercurial > repos > iuc > package_ncurses_5_9
changeset 5:c0735727b530 draft
Uploaded
| author | iuc |
|---|---|
| date | Sat, 26 Jul 2014 09:44:28 -0400 |
| parents | f62fa47b852d |
| children | b908140c6868 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 22 07:23:11 2014 -0500 +++ b/tool_dependencies.xml Sat Jul 26 09:44:28 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> @@ -15,6 +15,8 @@ <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable> <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="LIBRARY_PATH">$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> </actions> </install>
