From 43533794030e56fdabc1bcc3cae64927c9556974 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 6 Jul 2009 19:52:14 +0000 Subject: [PATCH] ITS#6091,6092,6093,5369 remove @GSSAPI_LIBS@. configure no longer sets it. --- build/top.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/top.mk b/build/top.mk index 86a5ec2bc4..4c6ccb5ecc 100644 --- a/build/top.mk +++ b/build/top.mk @@ -187,10 +187,9 @@ KRB4_LIBS = @KRB4_LIBS@ KRB5_LIBS = @KRB5_LIBS@ KRB_LIBS = @KRB4_LIBS@ @KRB5_LIBS@ SASL_LIBS = @SASL_LIBS@ -GSSAPI_LIBS = @GSSAPI_LIBS@ TLS_LIBS = @TLS_LIBS@ AUTH_LIBS = @AUTH_LIBS@ -SECURITY_LIBS = $(SASL_LIBS) $(KRB_LIBS) $(GSSAPI_LIBS) $(TLS_LIBS) $(AUTH_LIBS) +SECURITY_LIBS = $(SASL_LIBS) $(KRB_LIBS) $(TLS_LIBS) $(AUTH_LIBS) ICU_LIBS = @ICU_LIBS@ MODULES_CPPFLAGS = @SLAPD_MODULES_CPPFLAGS@ -- 2.39.5