From e361b1654fefd1a563a82d335795f94b794b4873 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 20 Nov 2018 14:06:54 +0800
Subject: [PATCH] move configure parser source code to etc folder, and set default log file to /tmp
---
src/nbiotd/mqtt/makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/nbiotd/mqtt/makefile b/src/nbiotd/mqtt/makefile
index 366a7c0..e8223ca 100644
--- a/src/nbiotd/mqtt/makefile
+++ b/src/nbiotd/mqtt/makefile
@@ -20,6 +20,7 @@
DYNLIB=lib${LIBNAME}.so
CROSS_COMPILE?=/opt/rpi/arm-bcm2708/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
+LINK_MODE=STATIC
VPATH= .
SRCS = $(wildcard ${VPATH}/*.c)
--
Gitblit v1.9.1