aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/keyhash_provider
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-05-13 04:38:58 +0000
committerKen Raeburn <raeburn@mit.edu>2004-05-13 04:38:58 +0000
commitd0f6a5bb4efd65bd30d116835ec9f33f11738bef (patch)
tree281ebd19271424e9691c9a16538f75b3d770ed9a /src/lib/crypto/keyhash_provider
parent4e4aa2861591cea00587a611d0c414c44f55be75 (diff)
downloadkrb5-d0f6a5bb4efd65bd30d116835ec9f33f11738bef.zip
krb5-d0f6a5bb4efd65bd30d116835ec9f33f11738bef.tar.gz
krb5-d0f6a5bb4efd65bd30d116835ec9f33f11738bef.tar.bz2
Link test programs against thread support library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16332 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/keyhash_provider')
-rw-r--r--src/lib/crypto/keyhash_provider/ChangeLog5
-rw-r--r--src/lib/crypto/keyhash_provider/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/crypto/keyhash_provider/ChangeLog b/src/lib/crypto/keyhash_provider/ChangeLog
index accfb95..6f442b1 100644
--- a/src/lib/crypto/keyhash_provider/ChangeLog
+++ b/src/lib/crypto/keyhash_provider/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-13 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (t_cksum4, t_cksum5): Link test programs against
+ thread support library.
+
2003-12-19 Ken Raeburn <raeburn@mit.edu>
* descbc.c (mit_des_zeroblock): Don't define here.
diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in
index af565f9..f67a476 100644
--- a/src/lib/crypto/keyhash_provider/Makefile.in
+++ b/src/lib/crypto/keyhash_provider/Makefile.in
@@ -36,10 +36,10 @@ t_cksum5.o: $(srcdir)/t_cksum.c
$(CC) -DMD=5 $(ALL_CFLAGS) -o t_cksum5.o -c $(srcdir)/t_cksum.c
t_cksum4: t_cksum4.o $(CRYTPO_DEPLIB)
- $(CC_LINK) -o t_cksum4 t_cksum4.o $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(LIBS)
+ $(CC_LINK) -o t_cksum4 t_cksum4.o $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(SUPPORT_LIB) $(LIBS)
t_cksum5: t_cksum5.o $(CRYPTO_DEPLIB)
- $(CC_LINK) -o t_cksum5 t_cksum5.o $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(LIBS)
+ $(CC_LINK) -o t_cksum5 t_cksum5.o $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(SUPPORT_LIB) $(LIBS)
check-unix:: t_cksum4 t_cksum5
$(RUN_SETUP) $(C)t_cksum4 "this is a test"