Mercurial > emacs
changeset 3637:6ac165163a9b
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 11 Jun 1993 06:49:23 +0000 |
parents | 77fd17ffc0d6 |
children | 45169f86d3a4 |
files | src/s/isc3-0.h |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <mt00@controls.eurotherm.co.uk> 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 <mt00@controls.eurotherm.co.uk> 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