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