Mercurial > repos > jankanis > package_openssl
changeset 1:1c167e73d30f draft
Add PKG_CONFIG_PATH variable export
author | jankanis |
---|---|
date | Thu, 22 May 2014 06:26:08 -0400 |
parents | e459a9ce3fce |
children | 23ebff671a20 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu May 22 05:32:52 2014 -0400 +++ b/tool_dependencies.xml Thu May 22 06:26:08 2014 -0400 @@ -50,6 +50,7 @@ <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable> <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> </actions> </install>