aboutsummaryrefslogtreecommitdiffstats
path: root/config/SunOS.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/SunOS.mk')
-rw-r--r--config/SunOS.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/SunOS.mk b/config/SunOS.mk
index 0386ca2cbd..c1dd310587 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -20,6 +20,10 @@ INSTALL_PROG = $(INSTALL) -m0755
LIB64DIR = lib/amd64
+SOCKET_LIBS = -lsocket
+SONAME_LDFLAG = -h
+SHLIB_CFLAGS = -static-libgcc -shared
+
ifneq ($(debug),y)
# Optimisation flags are overridable
CFLAGS ?= -O2 -fno-omit-frame-pointer