Merge pull request #79 from sonnius/master

Compile cleanly on FreeBSD
This commit is contained in:
Valery Komarov
2015-04-30 13:31:09 +03: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
Linux:*|SunOS:*)
FreeBSD:*|Linux:*|SunOS:*)
CORE_LIBS="$CORE_LIBS -llber"
;;
esac