From 1065b0dc84e1fc1c375e39c1af70ca6da9cf0f6d Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 14 May 2003 19:45:55 +0000
Subject: [PATCH] Apparently libdl is "needed" for Linux builds... this should
 be fixed.

---
 src/sbbs3/GNUmakefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 13525dffa1..1ed2db147b 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -149,6 +149,11 @@ ifdef USE_CURSES
  UIFC_OBJS +=	$(EXEODIR)/uifcc.o
 endif
 
+#The following is needed for nspr support on Linux
+ifeq ($(os),linux)
+ LFLAGS	+=	-ldl
+endif
+
 include targets.mk		# defines all targets
 include objects.mk		# defines $(OBJS)
 include sbbsdefs.mk		# defines $(SBBSDEFS)
-- 
GitLab