aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sol2-2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sol2-2.h b/src/sol2-2.h
index 8ae6cfbfaa9..c56d6871dd3 100644
--- a/src/sol2-2.h
+++ b/src/sol2-2.h
@@ -1,6 +1,6 @@
1#include "s/sol2.h" 1#include "sol2.h"
2 2
3/* Take care of libucb as well as X Windows. */ 3/* Take care of libucb.a as well as X Windows. */
4#undef LD_SWITCH_SYSTEM 4#undef LD_SWITCH_SYSTEM
5#ifndef __GNUC__ 5#ifndef __GNUC__
6#define LD_SWITCH_SYSTEM -R/usr/openwin/lib:/usr/ucblib 6#define LD_SWITCH_SYSTEM -R/usr/openwin/lib:/usr/ucblib
@@ -8,6 +8,7 @@
8#define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib:/usr/ucblib 8#define LD_SWITCH_SYSTEM -Xlinker -R/usr/openwin/lib:/usr/ucblib
9#endif /* GCC */ 9#endif /* GCC */
10 10
11/* Link with libucb.a. */
11#ifdef LIB_STANDARD 12#ifdef LIB_STANDARD
12#undef LIB_STANDARD 13#undef LIB_STANDARD
13#define LIB_STANDARD -lc -L/usr/ucblib -lucb 14#define LIB_STANDARD -lc -L/usr/ucblib -lucb