diff options
| author | Steven Fackler <[email protected]> | 2017-03-14 10:30:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-14 10:30:08 -0700 |
| commit | 7f2a8671d8e8c22d5015fbc27bcdfd2371cd2859 (patch) | |
| tree | 74b820ca63cee0e155e585ed792f9be573de837d /README.md | |
| parent | Release v0.9.8 (diff) | |
| parent | (maint) Recreate ability to pass in OPENSSL_LIBS variable (diff) | |
| download | rust-openssl-7f2a8671d8e8c22d5015fbc27bcdfd2371cd2859.tar.xz rust-openssl-7f2a8671d8e8c22d5015fbc27bcdfd2371cd2859.zip | |
Merge pull request #598 from ajroetker/maint/recreate_ability_to_pass_in_OPENSSL_LIBS
(maint) Recreate ability to pass in OPENSSL_LIBS variable
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,6 +133,8 @@ The build script can be configured via environment variables: (if specified). * `OPENSSL_STATIC` - If specified, OpenSSL libraries will be statically rather than dynamically linked. +* `OPENSSL_LIBS` - If specified, the names of the OpenSSL libraries that will be + linked, e.g. `ssl:crypto`. If `OPENSSL_DIR` is specified, then the build script will skip the pkg-config step. |