changeset 2:04d3442399b7

Uploaded
author bgruening
date Wed, 19 Feb 2014 13:33:56 -0500
parents 9aac33c71188
children 606703ea4f8b
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Feb 19 07:49:40 2014 -0500
+++ b/tool_dependencies.xml	Wed Feb 19 13:33:56 2014 -0500
@@ -26,7 +26,7 @@
                 </action>
 
                 <action type="shell_command">
-                    ./configure CPPFLAGS=-I$READLINE_INCLUDE_PATH -I${LIBPNG_ROOT}/include LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -L$${LIBPNG_ROOT}/lib --with-libpng -lreadline -lncurses" --enable-R-shlib  --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR --datarootdir=$INSTALL_DIR/share/
+                    ./configure CPPFLAGS="-I$READLINE_INCLUDE_PATH -I${LIBPNG_ROOT}/include" LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -L${LIBPNG_ROOT}/lib --with-libpng -lreadline -lncurses" --enable-R-shlib  --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR --datarootdir=$INSTALL_DIR/share/
                 </action>
 
                 <action type="shell_command">make</action>