Skip to content

Commit

Permalink
apps: mosquitto_ctrl: don't hard set paths
Browse files Browse the repository at this point in the history
In a cross compile environment, these paths will be added elsewhere, and
in a local environment, they should already be covered by the system
compiler.  Simply drop them.

Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp committed Dec 4, 2020
1 parent 122e6ec commit 58a06f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/mosquitto_ctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ else
LIBMOSQ:=../../lib/libmosquitto.a
endif

LOCAL_CPPFLAGS:=-I/usr/include/cjson -I/usr/local/include/cjson -I../mosquitto_passwd
LOCAL_LDFLAGS:=-L/usr/local/lib
LOCAL_CPPFLAGS:=-I../mosquitto_passwd

OBJS= mosquitto_ctrl.o \
client.o \
Expand Down

0 comments on commit 58a06f3

Please sign in to comment.