Files
nginx-auth-ldap/config
T

24 lines
561 B
Plaintext
Raw Normal View History

2011-03-11 11:47:50 +03:00
ngx_addon_name=ngx_http_auth_ldap_module
2016-04-28 14:32:05 +02:00
if test -n "$ngx_module_link"; then
ngx_module_type=HTTP
ngx_module_name=ngx_http_auth_ldap_module
ngx_module_srcs="$ngx_addon_dir/ngx_http_auth_ldap_module.c"
. auto/module
else
HTTP_MODULES="$HTTP_MODULES ngx_http_auth_ldap_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_ldap_module.c"
fi
2014-01-16 19:30:21 +01:00
2011-03-11 11:47:50 +03:00
CORE_LIBS="$CORE_LIBS -lldap"
2014-01-16 19:30:21 +01:00
case "$NGX_PLATFORM" in
2015-06-20 01:09:56 +03:00
Darwin:*|FreeBSD:*|Linux:*|SunOS:*)
2014-01-16 19:30:21 +01:00
CORE_LIBS="$CORE_LIBS -llber"
;;
esac
CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS"