From d369788be3a36a76513ece3e456135d23075d2ba Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 14 May 2018 07:45:41 -0400 Subject: [PATCH] try another freebsd fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d229e20..fd5c1d7 100644 --- a/Makefile +++ b/Makefile @@ -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