comparison tool_dependencies.xml @ 1:1c167e73d30f draft

Add PKG_CONFIG_PATH variable export
author jankanis
date Thu, 22 May 2014 06:26:08 -0400
parents e459a9ce3fce
children 23ebff671a20
comparison
equal deleted inserted replaced
0:e459a9ce3fce 1:1c167e73d30f
48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
49 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 49 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
50 <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable> 50 <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable>
51 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 51 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
52 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 52 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
53 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
53 </action> 54 </action>
54 </actions> 55 </actions>
55 </install> 56 </install>
56 <readme> 57 <readme>
57 The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. 58 The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.