# HG changeset patch # User Gerd Moellmann # Date 944121502 0 # Node ID 54fc79fa70009d580689d50b073bcdc3ffd832a2 # Parent b6b1fe18ecf5204cb52c5267151865f37d367a8d (LIBS_SYSTEM): Add -lgen because that's needed for building with Motif. diff -r b6b1fe18ecf5 -r 54fc79fa7000 src/s/usg5-4.h --- a/src/s/usg5-4.h Thu Dec 02 07:55:46 1999 +0000 +++ b/src/s/usg5-4.h Thu Dec 02 07:58:22 1999 +0000 @@ -33,7 +33,8 @@ #undef NOMULTIPLEJOBS -#define LIBS_SYSTEM -lsocket -lnsl -lelf +/* Motif needs -lgen. */ +#define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen #define ORDINARY_LINK #if 0 @@ -202,3 +203,8 @@ #define bcmp(src,dst,n) memcmp (src,dst,n) #define bzero(s,n) memset (s,0,n) #endif + +/* Markus Weiand says this is needed for Motif on + SINIX. */ +#undef LIBS_SYSTEM +#define LIBS_SYSTEM -lgen