remove -lssl and bump to 1.1

closes #23
This commit is contained in:
Jan-Piet Mens
2019-01-09 18:34:07 +01:00
parent b9b5bf782a
commit a2d6847661
+1 -1
View File
@@ -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,