mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
autoconfigure crypt_r(): uclibc has no crypt_r()
This commit is contained in:
@@ -124,6 +124,19 @@ ngx_feature_test="long mask = 0;
|
||||
. auto/feature
|
||||
|
||||
|
||||
# crypt_r()
|
||||
|
||||
ngx_feature="crypt_r()"
|
||||
ngx_feature_name="NGX_HAVE_GNU_CRYPT_R"
|
||||
ngx_feature_run=no
|
||||
ngx_feature_incs="#include <crypt.h>"
|
||||
ngx_feature_path=
|
||||
ngx_feature_libs=-lcrypt
|
||||
ngx_feature_test="struct crypt_data cd;
|
||||
crypt_r(NULL, NULL, &cd);"
|
||||
. auto/feature
|
||||
|
||||
|
||||
ngx_include="sys/vfs.h"; . auto/include
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user