mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-19 11:06:15 +00:00
add flags example for Mosquitto 2.1 with cjson
This commit is contained in:
@@ -95,9 +95,14 @@ JSON_INDENT ?= no
|
||||
CONFIGFILE = /etc/default/ot-recorder
|
||||
|
||||
# Optionally specify the path to the Mosquitto libs, include here
|
||||
# ...
|
||||
MOSQUITTO_CFLAGS = `$(PKG_CONFIG) --cflags libmosquitto` # libcjson
|
||||
MOSQUITTO_LIBS = `$(PKG_CONFIG) --libs libmosquitto` # libcjson
|
||||
|
||||
# ... for Mosquitto 2.1 also needs libcjson
|
||||
# MOSQUITTO_CFLAGS = `$(PKG_CONFIG) --cflags libmosquitto libcjson`
|
||||
# MOSQUITTO_LIBS = `$(PKG_CONFIG) --libs libmosquitto libcjson`
|
||||
|
||||
# Milliseconds (ms) timeout for reverse geocoding
|
||||
GEOCODE_TIMEOUT = 4000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user