(LD_SWITCH_SYSTEM): New definitions, with #undef.
This commit is contained in:
parent
7ea5afd257
commit
b1d07009bf
1 changed files with 10 additions and 0 deletions
|
@ -2,3 +2,13 @@
|
|||
|
||||
/* Solaris 2.3 has a bug in XListFontsWithInfo. */
|
||||
#define BROKEN_XLISTFONTSWITHINFO
|
||||
|
||||
/* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */
|
||||
|
||||
#undef LD_SWITCH_SYSTEM
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX
|
||||
#else /* GCC */
|
||||
#define LD_SWITCH_SYSTEM -L /usr/ccs/lib -Xlinker LD_SWITCH_X_SITE_AUX
|
||||
#endif /* GCC */
|
||||
|
|
Loading…
Add table
Reference in a new issue