mirror of
https://github.com/mainnika/nginx-auth-ldap.git
synced 2026-06-13 02:13:36 +00:00
config: Fix compilation for Linux
Attempt to resolve https://github.com/kvspb/nginx-auth-ldap/issues/23
This commit is contained in:
@@ -5,7 +5,7 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_ldap_module.c"
|
|||||||
CORE_LIBS="$CORE_LIBS -lldap"
|
CORE_LIBS="$CORE_LIBS -lldap"
|
||||||
|
|
||||||
case "$NGX_PLATFORM" in
|
case "$NGX_PLATFORM" in
|
||||||
SunOS:*)
|
Linux:*|SunOS:*)
|
||||||
CORE_LIBS="$CORE_LIBS -llber"
|
CORE_LIBS="$CORE_LIBS -llber"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user