From 700f001cf30eafa1979b7b25fc4f5871a38c9dd5 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 19 Jul 2016 07:53:38 +0200 Subject: [PATCH] avoid clobbering MORELIBS addresses #125 --- config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk.in b/config.mk.in index 6afb783..5961256 100644 --- a/config.mk.in +++ b/config.mk.in @@ -68,7 +68,7 @@ CONFIGFILE = /etc/defaults/ot-recorder # Optionally specify the path to the Mosquitto libs, include here MOSQUITTO_INC = -I/usr/include MOSQUITTO_LIB = -L/usr/lib -MORELIBS = # -lssl +MORELIBS += # -lssl # If WITH_LUA is configured, specify compilation and linkage flags # for Lua either manually or using pkg-config. This may require tweaking,