From ddee20e40587f45cb5efd7e2a990a42b7b5a35da Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 15 May 2011 14:47:19 +0000 Subject: [PATCH] Link t_kgss_kernel against libkrb5support since parts of libkgss use zap(), which creates a dependency with non-gcc compilers. ticket: 6909 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24930 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/gss-kernel-lib/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util/gss-kernel-lib/Makefile.in b/src/util/gss-kernel-lib/Makefile.in index 6bf904ea9..c2291f04b 100644 --- a/src/util/gss-kernel-lib/Makefile.in +++ b/src/util/gss-kernel-lib/Makefile.in @@ -94,9 +94,10 @@ t_kgss_user: t_kgss_user.o t_kgss_common.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS) $(CC_LINK) -o t_kgss_user t_kgss_user.o t_kgss_common.o $(GSS_LIBS) \ $(KRB5_BASE_LIBS) -t_kgss_kernel: libkgss.a t_kgss_kernel.o t_kgss_common.o $(K5CRYPTO_DEPLIB) +t_kgss_kernel: libkgss.a t_kgss_kernel.o t_kgss_common.o $(K5CRYPTO_DEPLIB) \ + $(SUPPORT_DEPLIB) $(CC_LINK) -o $@ t_kgss_kernel.o t_kgss_common.o libkgss.a \ - $(K5CRYPTO_LIB) + $(K5CRYPTO_LIB) $(SUPPORT_LIB) depend:: $(SRCS) $(HEADERS) -- 2.26.2