Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
add examples for brew/Mac (stolen from #268)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Jun 18, 2017
1 parent 00b165b commit 0d40d5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ BACKEND_MONGO ?= no
BACKEND_FILES ?= no

# Specify the path to the Mosquitto sources here
# MOSQUITTO_SRC = /usr/local/Cellar/mosquitto/1.4.12
MOSQUITTO_SRC =

# Specify the path the OpenSSL here
Expand All @@ -20,5 +21,8 @@ OPENSSLDIR = /usr
# On macOS, add
# CFG_LDFLAGS = -undefined dynamic_lookup
# as described in https://github.com/eclipse/mosquitto/issues/244
#
# CFG_LDFLAGS = -undefined dynamic_lookup -L/usr/local/Cellar/openssl/1.0.2l/lib
# CFG_CFLAGS = -I/usr/local/Cellar/openssl/1.0.2l/include -I/usr/local/Cellar/mosquitto/1.4.12/include
CFG_LDFLAGS =
CFG_CFLAGS =

0 comments on commit 0d40d5d

Please sign in to comment.