From 1530a0aae515dbec029331e12e46308e94fbc76b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 May 2018 10:41:11 -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 b386162..073699e 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 += -lc++ + LD_FLAGS += -lc++experimental INC_FLAGS += -I/usr/local/include LD_FLAGS += /usr/local/lib/libsodium.a else