# HG changeset patch # User Jim Blandy # Date 739781363 0 # Node ID 6ac165163a9be61b5e861ad2c54f34612775c121 # Parent 77fd17ffc0d6af151730a8fe1c0459c343459b07 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value inherited from usg5-3.h; ISC doesn't have libX11_s. (LIBX11_SYSTEM): Link against the static -lc, not -lc_s. diff -r 77fd17ffc0d6 -r 6ac165163a9b src/s/isc3-0.h --- a/src/s/isc3-0.h Fri Jun 11 06:43:42 1993 +0000 +++ b/src/s/isc3-0.h Fri Jun 11 06:49:23 1993 +0000 @@ -16,7 +16,9 @@ so we might as well try getting rid of -traditional. */ #undef C_SWITCH_SYSTEM -/* Martin Tomes says that ISC has no - libX11_s, as specified in s/usg5-3.h. */ +/* We indirectly #include s/usg5-3.h, which says to use libX11_s and + libc_s. Martin Tomes says that ISC + has no libX11_s, and that linking with libc_s causes sbrk not to work. */ #undef LIB_X11_LIB - +#undef LIBX11_SYSTEM +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc