Mercurial > repos > iuc > package_readline_6_2
changeset 8:c3f0077ab320 draft
Uploaded
| author | bernhardlutz |
|---|---|
| date | Thu, 23 Jan 2014 13:18:05 -0500 |
| parents | 649038d9380a |
| children | 246f31787ca1 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 22 07:23:53 2014 -0500 +++ b/tool_dependencies.xml Thu Jan 23 13:18:05 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=-lcurses</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>
