# HG changeset patch # User Richard M. Stallman # Date 797236240 0 # Node ID 23dc83e963f643bc589d7f6c3eab64758a7521d5 # Parent a8c9d37ebe90fef7f6891e9f789510dacca95393 (LIBS_SYSTEM): New override definition. diff -r a8c9d37ebe90 -r 23dc83e963f6 src/s/usg5-4-2.h --- 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