X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Ftop.mk;h=0e8a4b387f0715060721e1ccb5cfb5e9adcf2f2b;hb=6437785a82b31cd58bf3bc685f81b4db9d92dd91;hp=95204b85a587aace43cb2de319466a43eb5f2e62;hpb=e99eab787fd90696f1e668a5c1f1bd35f320acf1;p=openldap diff --git a/build/top.mk b/build/top.mk index 95204b85a5..0e8a4b387f 100644 --- a/build/top.mk +++ b/build/top.mk @@ -121,10 +121,12 @@ AC_DEFS = @CPPFLAGS@ # @DEFS@ AC_LDFLAGS = @LDFLAGS@ AC_LIBS = @LIBS@ -KRB_LIBS = @KRB_LIBS@ +KRB4_LIBS = @KRB4_LIBS@ +KRB5_LIBS = @KRB5_LIBS@ +KRB_LIBS = @KRB4_LIBS@ @KRB5_LIBS@ SASL_LIBS = @SASL_LIBS@ TLS_LIBS = @TLS_LIBS@ -SECURITY_LIBS = @SASL_LIBS@ @KRB_LIBS@ @TLS_LIBS@ +SECURITY_LIBS = @SASL_LIBS@ $(KRB_LIBS) @TLS_LIBS@ MODULES_CPPFLAGS = @SLAPD_MODULES_CPPFLAGS@ MODULES_LDFLAGS = @SLAPD_MODULES_LDFLAGS@