|
|
@ -73,6 +73,9 @@ WITH_SRV:=yes
|
|
|
|
# Use elliptic keys in broker
|
|
|
|
# Use elliptic keys in broker
|
|
|
|
WITH_EC:=yes
|
|
|
|
WITH_EC:=yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Build man page documentation by default.
|
|
|
|
|
|
|
|
WITH_DOCS:=yes
|
|
|
|
|
|
|
|
|
|
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
|
|
# End of user configuration
|
|
|
|
# End of user configuration
|
|
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
|
@ -218,6 +221,11 @@ ifeq ($(WITH_EC),yes)
|
|
|
|
BROKER_CFLAGS:=$(BROKER_CFLAGS) -DWITH_EC
|
|
|
|
BROKER_CFLAGS:=$(BROKER_CFLAGS) -DWITH_EC
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MAKE_ALL:=mosquitto
|
|
|
|
|
|
|
|
ifeq ($(WITH_DOCS),yes)
|
|
|
|
|
|
|
|
MAKE_ALL:=$(MAKE_ALL) docs
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
INSTALL?=install
|
|
|
|
INSTALL?=install
|
|
|
|
prefix=/usr/local
|
|
|
|
prefix=/usr/local
|
|
|
|
mandir=${prefix}/share/man
|
|
|
|
mandir=${prefix}/share/man
|
|
|
|