From aaa629866a5664b2cef2dbc15d976a0f1c0d9b1c Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Sat, 20 Jun 2015 01:09:56 +0300 Subject: [PATCH] darwin requires lber --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 7931d74..2420bb6 100644 --- a/config +++ b/config @@ -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 - FreeBSD:*|Linux:*|SunOS:*) + Darwin:*|FreeBSD:*|Linux:*|SunOS:*) CORE_LIBS="$CORE_LIBS -llber" ;; esac