mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-23 08:33:48 +08:00
Remove broken websockets static compiling option.
This commit is contained in:
@@ -333,11 +333,6 @@ ifeq ($(WITH_WEBSOCKETS),yes)
|
||||
BROKER_LDADD:=$(BROKER_LDADD) -lwebsockets
|
||||
endif
|
||||
|
||||
ifeq ($(WITH_WEBSOCKETS),static)
|
||||
BROKER_CPPFLAGS:=$(BROKER_CPPFLAGS) -DWITH_WEBSOCKETS
|
||||
BROKER_LDADD:=$(BROKER_LDADD) -static -lwebsockets
|
||||
endif
|
||||
|
||||
INSTALL?=install
|
||||
prefix?=/usr/local
|
||||
incdir?=${prefix}/include
|
||||
|
||||
Reference in New Issue
Block a user