Mercurial > repos > iuc > package_readline_6_2
changeset 4:23a0e04f8c35 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 22 Jan 2014 06:18:23 -0500 |
| parents | e249f51b2701 |
| children | db977b7abf06 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 22 06:13:07 2014 -0500 +++ b/tool_dependencies.xml Wed Jan 22 06:18:23 2014 -0500 @@ -17,7 +17,7 @@ <action type="shell_command"> ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH --prefix $INSTALL_DIR </action> - <action type="shell_command">make SHLIB=-lncurses</action> + <action type="shell_command">make SHLIB_LIBS=-lncurses</action> <action type="shell_command">make install</action> <action type="set_environment"> <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
