Merge pull request #54 from huangsam/patch-1

config: Fix compilation for Linux
This commit is contained in:
Valery
2014-09-17 21:47:46 +04:00
+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