Previous changeset 2:dce457e96f82 (2015-01-22) Next changeset 4:9ba893c2353f (2015-05-21) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r dce457e96f82 -r 3ff7aae9ae47 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jan 22 14:43:17 2015 -0500 +++ b/tool_dependencies.xml Wed Feb 18 11:33:37 2015 -0500 |
b |
@@ -4,15 +4,14 @@ <install version="1.0"> <actions> <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/sqlite/sqlite-autoconf-3080300.tar.gz</action> + <action type="autoconf"/> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> - <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> <environment_variable name="SQLITE_ROOT_DIR" action="set_to">$INSTALL_DIR</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> - <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> </actions> </install> |