Index: config.site
===================================================================
RCS file: /afs/dev.mit.edu/project/sipb/repository/packs/build/config.site,v
retrieving revision 1.4
diff -u -r1.4 config.site
--- config.site	1998/05/18 06:48:59	1.4
+++ config.site	1998/07/11 01:37:27
@@ -29,6 +29,10 @@
 		x_includes=/usr/X11R6/include
 		x_libraries=/usr/X11R6/lib
 		with_motif=yes
+		if [ -f /lib/libc.so.6 ]; then
+			# Sigh.  glibc's -lresolv only defines __res_foo
+			ac_cv_lib_resolv_res_send=yes
+		fi
 		;;
 	*)
 		x_includes=
@@ -40,7 +44,9 @@
 # Set location of various includes and libraries.  ATHTOOLROOT is set to
 # /srvd by the do script if we're doing a self-contained build.
 with_afs=$ATHTOOLROOT/usr/afsws
-with_krb4=$ATHTOOLROOT/usr/athena
+if [ "${with_krb4-no}" = no ]; then
+	with_krb4=$ATHTOOLROOT/usr/athena
+fi
 with_krb5=$ATHTOOLROOT/usr/athena
 with_hesiod=$ATHTOOLROOT/usr/athena
 with_com_err=$ATHTOOLROOT/usr/athena
Index: packages
===================================================================
RCS file: /afs/dev.mit.edu/project/sipb/repository/packs/build/packages,v
retrieving revision 1.13
diff -u -r1.13 packages
--- packages	1998/05/25 16:01:09	1.13
+++ packages	1998/07/11 02:08:12
@@ -40,17 +40,17 @@
 third/rs			all,-inbsd
 third/mh
 third/mwm			sun4
-third/x3270
+third/x3270			all,-linux
 third/xmh
 third/talk			sun4,sgi
 third/traceroute		sun4
 third/look			sgi
 third/whois			sgi
 third/appletalk			sun4
-third/ispell
+third/ispell			all,-linux
 third/ssh
 third/kermit
-third/xntp			all,-inbsd
+third/xntp			all,-inbsd,-linux
 third/bind
 third/kpasswd
 athena/lib/acl
