From a1a36481fce81740a3f331ae07e384f825c15fca Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 17 May 2002 21:00:10 +0000
Subject: [PATCH] Borland C++ links with libpthread.so instead of .a.

---
 src/sbbs3/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 0bd660b847..ad90ad6be5 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -61,7 +61,7 @@ LFLAGS	:=	-lm -pthread
 else			# Linux / Other UNIX
 # Math and pthread libraries needed
 ifdef bcc
-LFLAGS	:=	libm.a libpthread.a
+LFLAGS	:=	libpthread.so
 else
 LFLAGS	:=	-lm -lpthread
 endif
-- 
GitLab