config: Fix compilation for Linux

Attempt to resolve https://github.com/kvspb/nginx-auth-ldap/issues/23
This commit is contained in:
Samuel Huang
2014-09-08 23:55:23 -07:00
parent 8f2b5f86f4
commit eaae4dac6f
+1 -1
View File
@@ -5,7 +5,7 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_ldap_module.c"
CORE_LIBS="$CORE_LIBS -lldap"
case "$NGX_PLATFORM" in
SunOS:*)
Linux:*|SunOS:*)
CORE_LIBS="$CORE_LIBS -llber"
;;
esac