Mercurial > repos > iuc > package_zlib_1_2_8
changeset 2:03abe628fbe8 draft
Uploaded
| author | bgruening |
|---|---|
| date | Tue, 24 Jun 2014 12:01:44 -0400 |
| parents | 12711c8cada7 |
| children | 3348f1acee2a |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Nov 15 06:28:55 2013 -0500 +++ b/tool_dependencies.xml Tue Jun 24 12:01:44 2014 -0400 @@ -6,9 +6,12 @@ <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action> <action type="autoconf" /> <action type="set_environment"> + <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> - <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</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> </action> </actions> </install>
