svn rev #24930: trunk/src/util/gss-kernel-lib/
ghudson@MIT.EDU
ghudson at MIT.EDU
Sun May 15 10:47:19 EDT 2011
http://mv.ezproxy.com.ezproxyberklee.flo.org/fisheye/changelog/krb5/?cs=24930
Commit By: ghudson
Log Message:
ticket: 6909
Link t_kgss_kernel against libkrb5support since parts of libkgss use
zap(), which creates a dependency with non-gcc compilers.
Changed Files:
U trunk/src/util/gss-kernel-lib/Makefile.in
Modified: trunk/src/util/gss-kernel-lib/Makefile.in
===================================================================
--- trunk/src/util/gss-kernel-lib/Makefile.in 2011-05-14 14:49:00 UTC (rev 24929)
+++ trunk/src/util/gss-kernel-lib/Makefile.in 2011-05-15 14:47:19 UTC (rev 24930)
@@ -94,9 +94,10 @@
$(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)
More information about the cvs-krb5
mailing list