From 8b7c3e3a5abcc574b0e347df7604f503b44e9931 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 4 Jul 1993 20:01:21 +0000 Subject: [PATCH] * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's only needed for some broken systems. --- src/s/sunos4-1.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index e62ea220382..d110d7466ad 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -14,6 +14,9 @@ /* Cause the compilation of oldxmenu to use the right -I option. */ #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM -/* Ethan Bradford says this allows - open-network-stream to find remote hosts. */ -#define LIBS_SYSTEM -lresolv +/* Some systems do not run the Network Information Service, but have + modified the shared C library to include resolver support without + also changing the C archive library (/usr/lib/libc.a). To deal + with this, you may need to link with the resolver library; to do + that, uncomment the following line. */ +/* #define LIBS_SYSTEM -lresolv */ -- 2.39.5