changeset 11248:23dc83e963f6

(LIBS_SYSTEM): New override definition.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Apr 1995 06:30:40 +0000
parents a8c9d37ebe90
children 19442fbb6972
files src/s/usg5-4-2.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/usg5-4-2.h	Fri Apr 07 06:02:37 1995 +0000
+++ b/src/s/usg5-4-2.h	Fri Apr 07 06:30:40 1995 +0000
@@ -19,6 +19,10 @@
 #undef sigsetmask
 #undef HAVE_SYSV_SIGPAUSE
 
+/* Motif needs -lgen.  */
+#undef LIBS_SYSTEM
+#define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen
+
 /* This is the same definition as in usg5-4.h, but with sigblock/sigunblock
    rather than sighold/sigrelse, which appear to be BSD4.1 specific and won't
    work if POSIX_SIGNALS is defined.  It may also be appropriate for SVR4.x