Mercurial > repos > iuc > package_readline_6_2
changeset 6:0ab667067d19 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 22 Jan 2014 06:58:54 -0500 |
| parents | db977b7abf06 |
| children | 649038d9380a |
| 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:35:05 2014 -0500 +++ b/tool_dependencies.xml Wed Jan 22 06:58:54 2014 -0500 @@ -17,7 +17,7 @@ <action type="shell_command"> ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR </action> - <action type="shell_command">make SHLIB_LIBS=-lncurses</action> + <action type="shell_command">make SHLIB_LIBS=-lcurses</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>
