From 64757025620e8cb879f903ffae98afef30715427 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Sep 1996 17:29:23 +0000 Subject: [PATCH] (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm --- src/s/sol2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/sol2.h b/src/s/sol2.h index b4e47278993..f4e0891dd1c 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -24,5 +24,5 @@ #endif /* GCC */ #undef LIBS_SYSTEM -#define LIBS_SYSTEM -lsocket -lnsl -lelf -lkvm +#define LIBS_SYSTEM -lsocket -lnsl -lkstat #define HAVE_VFORK -- 2.39.2