diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2015-11-23 22:48:31 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2015-11-23 22:48:31 +0300 |
| commit | 0d3cad38648638998eab499836cb502de621a9c8 (patch) | |
| tree | c8b612dcc277625edfd3b10d47eeb2426d63b2b2 | |
| parent | 72b9a317d2983b3127b8cce21236af8409ff732a (diff) | |
| download | nginx-0d3cad38648638998eab499836cb502de621a9c8.tar.gz nginx-0d3cad38648638998eab499836cb502de621a9c8.tar.bz2 | |
Configure: fixed using OpenSSL include paths.
| -rw-r--r-- | auto/lib/openssl/conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index bca205061..28a99b203 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -105,6 +105,7 @@ else if [ $ngx_found = yes ]; then have=NGX_SSL . auto/have + CORE_INCS="$CORE_INCS $ngx_feature_path" CORE_LIBS="$CORE_LIBS $ngx_feature_libs $NGX_LIBDL" OPENSSL=YES fi |
