From 54965c5f9a9cb39b1fb898edc8dcb276f5ef0a50 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 8 Sep 2004 09:21:12 +0000
Subject: [PATCH] Add SMBLIB_LDFLAGS to UTIL_LDFLAGS

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

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 0adcb40b3a..bcb5d65899 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -34,6 +34,8 @@ include $(SBBS_SRC)/Common.gmake
 include $(UIFC_SRC)/Common.gmake
 include $(SMBLIB_SRC)/Common.gmake
 
+UTIL_LDFLAGS	+=	$(SMBLIB_LDFLAGS)
+
 ifeq ($(os),freebsd)
  BSD	=	1
 else
-- 
GitLab