Link t_kgss_kernel against libkrb5support since parts of libkgss use
authorGreg Hudson <ghudson@mit.edu>
Sun, 15 May 2011 14:47:19 +0000 (14:47 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 15 May 2011 14:47:19 +0000 (14:47 +0000)
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

index 6bf904ea9915a69a24ee295abf0520245105f165..c2291f04ba9a6232af6249a3d9e82ed844e17e10 100644 (file)
@@ -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)