From 9c4f17aa619c72519240a028b6b1122ccdbbb085 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 17 Nov 2021 00:02:09 +0000 Subject: [PATCH] Remove broken websockets static compiling option. --- config.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.mk b/config.mk index 8fbb94ea..aaa96fc5 100644 --- a/config.mk +++ b/config.mk @@ -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