From eaae4dac6f965c620102b9f95db3c006b11fd431 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Mon, 8 Sep 2014 23:55:23 -0700 Subject: [PATCH] config: Fix compilation for Linux Attempt to resolve https://github.com/kvspb/nginx-auth-ldap/issues/23 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 79ffdbe..f357c67 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 - SunOS:*) + Linux:*|SunOS:*) CORE_LIBS="$CORE_LIBS -llber" ;; esac