From 67f8a597480e9951ea40e84997011660d09eeb84 Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Tue, 20 Nov 2018 14:22:19 +0800 Subject: [PATCH] update iotd program makefile remove install and update configure log file to iotd.log --- src/cp_library/makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/cp_library/makefile b/src/cp_library/makefile index 366a7c0..e8223ca 100644 --- a/src/cp_library/makefile +++ b/src/cp_library/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