try another freebsd fix

This commit is contained in:
Jeff Becker
2018-05-14 07:45:41 -04:00
parent 408e0c3bd7
commit d369788be3
+1 -1
View File
@@ -25,7 +25,7 @@ ifeq ($(UNAME),Linux)
LIBS += -lrt -lpthread
else ifeq ($(UNAME),FreeBSD)
FLAGS += -lrt -lpthread
LDFLAGS += -Wl,-rpath,/usr/local/lib
LDFLAGS += -L/usr/local/lib
else
# Win32
LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread