aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/SunOS.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/SunOS.mk b/config/SunOS.mk
index 21568304fc..5d548054d3 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -21,7 +21,7 @@ LIB64DIR = lib/amd64
SOCKET_LIBS = -lsocket
CURSES_LIBS = -lcurses
SONAME_LDFLAG = -h
-SHLIB_CFLAGS = -static-libgcc -shared
+SHLIB_CFLAGS = -R /usr/sfw/$(LIBDIR) -shared
ifneq ($(debug),y)
# Optimisation flags are overridable