Commit 4ec3a6ff authored by Ian Craggs's avatar Ian Craggs

Replace start-group/end-group in Makefile for Mac

parent 8c51366e
......@@ -109,7 +109,7 @@ MQTTVERSION_TARGET = ${blddir}/MQTTVersion
CCFLAGS_SO = -g -fPIC $(CFLAGS) -Os -Wall -fvisibility=hidden
FLAGS_EXE = $(LDFLAGS) -I ${srcdir} -lpthread -L ${blddir}
FLAGS_EXES = $(LDFLAGS) -I ${srcdir} -Wl,--start-group -lpthread -lssl -lcrypto -Wl,--end-group -L ${blddir}
FLAGS_EXES = $(LDFLAGS) -I ${srcdir} $(START_GROUP) -lpthread -lssl -lcrypto $(END_GROUP) -L ${blddir}
LDFLAGS_C = $(LDFLAGS) -shared -Wl,-init,$(MQTTCLIENT_INIT) -lpthread
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment