aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-11 06:49:23 +0000
committerJim Blandy <[email protected]>1993-06-11 06:49:23 +0000
commit34fc3882966bc79b3d75238515f639dae480e0e7 (patch)
tree0751cc3b1b1f4c58a47e580af61910282870a159 /src
parent46336f7ad135c699a3e865fea8924c38e745cc33 (diff)
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/s/isc3-0.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h
index 14ef86f1ff..fe5d718bfc 100644
--- a/src/s/isc3-0.h
+++ b/src/s/isc3-0.h
@@ -16,7 +16,9 @@
so we might as well try getting rid of -traditional. */
#undef C_SWITCH_SYSTEM
-/* Martin Tomes <[email protected]> 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 <[email protected]> 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