From a2d6847661ced22cfaa72aebd785449e824f2ed8 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 9 Jan 2019 18:34:07 +0100 Subject: [PATCH] remove -lssl and bump to 1.1 closes #23 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 32aba01..d99041b 100644 --- a/config.mk +++ b/config.mk @@ -64,7 +64,7 @@ CONFIGFILE = /config/recorder.conf # 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,