From 34f4fb7667ff4b669d3563cba8d83b615cbce46a Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 1 Dec 2004 05:31:58 +0000
Subject: [PATCH] Ditto for the NSPR lib.

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

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 0c1def4068..08aa27225b 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -79,7 +79,7 @@ JS_LDFLAGS += -L$(JSLIBDIR) -l$(JSLIB)
 ifeq ($(os),linux)
  JS_LDFLAGS	+=	-ldl
 endif
-JS_LDFLAGS	+=	-L$(NSPRDIR) -lnspr4
+JS_LDFLAGS	+=	-L/usr/local/lib -L$(NSPRDIR) -lnspr4
 
 CFLAGS	+=	$(JS_CFLAGS)
 LDFLAGS	+=	$(JS_LDFLAGS)
-- 
GitLab