diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4shr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index fb918af414b..e373d3b6cad 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | #undef USE_DL_STUBS | 46 | #undef USE_DL_STUBS |
| 47 | 47 | ||
| 48 | #ifdef __GNUC__ | 48 | #ifdef __GNUC__ |
| 49 | #define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic | 49 | #define LIBXMU -Xlinker -Bdynamic -lXmu -Xlinker -Bdynamic |
| 50 | #else | 50 | #else |
| 51 | #define LIBXMU -Bstatic -lXmu -Bdynamic | 51 | #define LIBXMU -Bdynamic -lXmu -Bdynamic |
| 52 | #endif | 52 | #endif |