From 2e206497da2ea0f697fdb2c8c9071a629a4f96ca Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 3 Jan 2007 06:59:05 +0000 Subject: [PATCH] Solaris requires libkstat --- src/sbbs3/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index 5e20bdd340..0266dd6407 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -28,6 +28,7 @@ endif ifeq ($(os),sunos) # Solaris LDFLAGS += -lnsl -lrt + SBBS_LIBS += -lkstat endif # So far, only QNX has sem_timedwait() -- GitLab