amend to allow compilation to work on Darwin

Conflicts:
	src/Makefile
pull/1495/head
cjwright83 8 years ago committed by Nikolaos Vyzas
parent a92159a331
commit afdd602363

@ -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

Loading…
Cancel
Save