From c9b98721ea1d62ab8e1c4c9e2a0ed04394dfe0ae Mon Sep 17 00:00:00 2001 From: wangyu Date: Sat, 16 Jan 2021 15:08:29 -0500 Subject: [PATCH] supress compile warning --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 11db2e3..0bb0aeb 100755 --- a/makefile +++ b/makefile @@ -18,6 +18,8 @@ TARGETS=amd64 arm mips24kc_be x86 mips24kc_le TAR=${NAME}_binaries.tar.gz `echo ${TARGETS}|sed -r 's/([^ ]+)/tinyvpn_\1/g'` version.txt +export STAGING_DIR=/tmp/ #just for supress warning of staging_dir not define + all:git_version rm -f ${NAME} ${cc_local} -o ${NAME} ${INCLUDE} ${SOURCES} ${FLAGS} -lrt -ggdb -static -O3