You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							344 B
						
					
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							344 B
						
					
					
				ngx_addon_name=ngx_http_auth_ldap_module
 | 
						|
HTTP_MODULES="$HTTP_MODULES ngx_http_auth_ldap_module"
 | 
						|
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:*)
 | 
						|
        CORE_LIBS="$CORE_LIBS -llber"
 | 
						|
    ;;
 | 
						|
esac
 | 
						|
 | 
						|
CFLAGS="$CFLAGS"
 | 
						|
CFLAGS="$CFLAGS"
 | 
						|
 |