From a267c9ac357ff3952d9065e973ff53cf106e4599 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 May 2018 10:36:26 -0400 Subject: [PATCH] fix? --- contrib/backends/nntpchan-daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backends/nntpchan-daemon/Makefile b/contrib/backends/nntpchan-daemon/Makefile index 33998ab..b386162 100644 --- a/contrib/backends/nntpchan-daemon/Makefile +++ b/contrib/backends/nntpchan-daemon/Makefile @@ -26,7 +26,7 @@ LD_FLAGS ?= INC_FLAGS = -I$(HEADERS_PATH) ifeq ($(shell uname -s),FreeBSD) - LD_FLAGS += -lstdfs++ + LD_FLAGS += -lc++ INC_FLAGS += -I/usr/local/include LD_FLAGS += /usr/local/lib/libsodium.a else