Archived
1
0
This commit is contained in:
Jeff Becker
2018-05-06 10:36:26 -04:00
parent 6366f626f3
commit a267c9ac35

View File

@@ -26,7 +26,7 @@ LD_FLAGS ?=
INC_FLAGS = -I$(HEADERS_PATH) INC_FLAGS = -I$(HEADERS_PATH)
ifeq ($(shell uname -s),FreeBSD) ifeq ($(shell uname -s),FreeBSD)
LD_FLAGS += -lstdfs++ LD_FLAGS += -lc++
INC_FLAGS += -I/usr/local/include INC_FLAGS += -I/usr/local/include
LD_FLAGS += /usr/local/lib/libsodium.a LD_FLAGS += /usr/local/lib/libsodium.a
else else