diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-08 04:28:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-08 04:28:20 +0000 |
commit | 5604f9a3e732b7885538ee96b6e2e24e5557a08f (patch) | |
tree | 4a303e89232f38b3b2eb55d6d68ffd83d9d1de1b /src/s/sol2.h | |
parent | 24b31c88297efd3339f9fe0d462b84744bdae5d0 (diff) | |
download | emacs-5604f9a3e732b7885538ee96b6e2e24e5557a08f.tar.gz |
(LIBS_SYSTEM): Add -lkvm and -lelf.
Diffstat (limited to 'src/s/sol2.h')
-rw-r--r-- | src/s/sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index f4e0891dd1c..cfb7427cf06 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 -lkstat +#define LIBS_SYSTEM -lsocket -lnsl -lkstat -lkvm -lelf #define HAVE_VFORK |