* Makefile.in (t_ser): Add dl library and thread link options, since kdb5
authorKen Raeburn <raeburn@mit.edu>
Wed, 19 Oct 2005 23:36:16 +0000 (23:36 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 19 Oct 2005 23:36:16 +0000 (23:36 +0000)
library is linked in and needs them.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17436 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in

index 82a3826e0c3ad6b0660b1f364b386671953d26d8..90c03df6aa1b1939f63d36ecc232f35abc345ef6 100644 (file)
@@ -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
index cab909dfda02d9ab072955bf67d74385c169e54a..cf1e68b9dad6e53cbfdd56eeaa66cb7757941742 100644 (file)
@@ -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)