avoid clobbering MORELIBS

addresses #125
This commit is contained in:
Jan-Piet Mens
2016-07-19 07:53:38 +02:00
parent bce47f2699
commit 700f001cf3

View File

@@ -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,