Add WITH_NETLIBS and $(LIBS), so that t_walk_rtree can compile under
authorTheodore Tso <tytso@mit.edu>
Tue, 25 Apr 1995 03:14:02 +0000 (03:14 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 25 Apr 1995 03:14:02 +0000 (03:14 +0000)
solaris.

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

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

index 47434f1fd66abce04fac0d27a1959e0dbb835d85..9f18889b499eb1770037946f1848ea3691cdc279 100644 (file)
@@ -1,3 +1,8 @@
+Mon Apr 24 23:12:21 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in, configure.in (t_walk_rtree): Add WITH_NETLIBS and
+               $(LIBS), so that t_walk_rtree can compile under solaris.
+
 Mon Apr 24 17:09:36 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * parse.c (krb5_parse_name): Add magic number to new structure
index d7d9dda2fa912e535e0248fa70d0620d378f9c60..c2053bd01a8d1b981d05d74a63297ab7521dee77 100644 (file)
@@ -143,7 +143,7 @@ T_WALK_RTREE_OBJS= t_walk_rtree.o walk_rtree.o tgtname.o unparse.o \
        $(TOPLIBD)/libcrypto.a
 
 t_walk_rtree: $(T_WALK_RTREE_OBJS)
-       $(CC) -o t_walk_rtree $(T_WALK_RTREE_OBJS)
+       $(CC) -o t_walk_rtree $(T_WALK_RTREE_OBJS) $(LIBS)
 
 TEST_PROGS= t_walk_rtree
 
index 41c0ee03a531ccf2c9e45d62027802d89ac4aef1..8a3d759ed79a4f4c0808fc6baedcff61eff5326f 100644 (file)
@@ -2,6 +2,7 @@ AC_INIT(configure.in)
 WITH_CCOPTS
 CONFIG_RULES
 AC_SET_BUILDTOP
+WITH_NETLIB
 AC_PROG_ARCHIVE
 AC_PROG_ARCHIVE_ADD
 AC_PROG_RANLIB