diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sol2-5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index 944ec5e526d..e2a158ba31c 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #include "sol2-4.h" | 3 | #include "sol2-4.h" |
| 4 | 4 | ||
| 5 | #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ | ||
| 5 | /* Don't use the shared libraries for -lXt and -lXaw, | 6 | /* Don't use the shared libraries for -lXt and -lXaw, |
| 6 | to work around a linker bug in Solaris 2.5. | 7 | to work around a linker bug in Solaris 2.5. |
| 7 | (This also affects the other libraries used specifically for | 8 | (This also affects the other libraries used specifically for |
| @@ -15,3 +16,5 @@ | |||
| 15 | #define STATIC_OPTION -Bstatic | 16 | #define STATIC_OPTION -Bstatic |
| 16 | #define DYNAMIC_OPTION -Bdynamic | 17 | #define DYNAMIC_OPTION -Bdynamic |
| 17 | #endif | 18 | #endif |
| 19 | |||
| 20 | #endif /* 0 */ | ||