From 6e0fd9e3ec534754cbaa8b14a76519ec5b2cc13b Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 17 Oct 2014 22:11:14 +0100 Subject: [PATCH] SRV support is now not compiled in by default. --- ChangeLog.txt | 1 + config.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ca5ed60c..050ca919 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -56,6 +56,7 @@ Client library: - Add experimental SOCKS5 support. - mosquitto_loop_forever now quits after a fatal error, rather than blindly retrying. +- SRV support is now not compiled in by default. 1.3.5 - 20141008 ================ diff --git a/config.mk b/config.mk index 9f4da450..8d8965f5 100644 --- a/config.mk +++ b/config.mk @@ -55,7 +55,7 @@ WITH_MEMORY_TRACKING:=yes WITH_SYS_TREE:=yes # Build with SRV lookup support. -WITH_SRV:=yes +WITH_SRV:=no # Build using libuuid for clientid generation (Linux only - please report if # supported on your platform).