From afdd6023633987bbc9232fa6378e8340ee399075 Mon Sep 17 00:00:00 2001 From: cjwright83 Date: Thu, 19 Apr 2018 12:54:45 +0100 Subject: [PATCH] amend to allow compilation to work on Darwin Conflicts: src/Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a0bf41db8..c897b736a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -87,7 +87,7 @@ MYLIBS=-Wl,--export-dynamic -Wl,-Bstatic -lconfig -lproxysql -ldaemon -ljemalloc endif ifeq ($(UNAME_S),Darwin) - MYLIBS=-lssl -lre2 -lmariadbclient -lpthread -lm -lz -liconv -lcrypto + MYLIBS=-lssl -lre2 -lmariadbclient -lpthread -lm -lz -liconv -lcrypto -lcurl endif ifeq ($(UNAME_S),Linux) MYLIBS+= -ldl