summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-19 23:36:16 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-19 23:36:16 +0000
commitdcfe72559f15f9e707e3f466ef599e2f6c48737c (patch)
tree1835a99b2b133e8b167a33073dba6d81ecafb75c
parent478e8c18443d80b5c5de9a7934372baef975bba0 (diff)
downloadkrb5-dcfe72559f15f9e707e3f466ef599e2f6c48737c.tar.gz
krb5-dcfe72559f15f9e707e3f466ef599e2f6c48737c.tar.xz
krb5-dcfe72559f15f9e707e3f466ef599e2f6c48737c.zip
* Makefile.in (t_ser): Add dl library and thread link options, since kdb5
library is linked in and needs them. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17436 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/krb/ChangeLog5
-rw-r--r--src/lib/krb5/krb/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog
index 82a3826e0c..90c03df6aa 100644
--- a/src/lib/krb5/krb/ChangeLog
+++ b/src/lib/krb5/krb/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-19 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (t_ser): Add dl library and thread link options,
+ since kdb5 library is linked in and needs them.
+
2005-09-22 Tom Yu <tlyu@mit.edu>
* mk_req_ext.c (krb5int_generate_and_save_subkey): Check for and
diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index cab909dfda..cf1e68b9da 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -308,7 +308,7 @@ t_kerb: $(T_KERB_OBJS) $(KRB5_BASE_DEPLIBS)
t_ser: $(T_SER_OBJS) $(KDB5_DEPLIBS) $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o t_ser $(T_SER_OBJS) \
- $(KDB5_LIBS) $(KRB5_BASE_LIBS)
+ $(KDB5_LIBS) $(KRB5_BASE_LIBS) $(DL_LIB) $(THREAD_LINKOPTS)
t_deltat : $(T_DELTAT_OBJS)
$(CC_LINK) -o t_deltat $(T_DELTAT_OBJS)