From e3eea6fcbdff2c9f7314c61256f4052b16e735fd Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 16 Dec 2015 18:05:47 -0800 Subject: RPC Reliability improvements and partial getsockname() fix --- make-linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-linux.mk') diff --git a/make-linux.mk b/make-linux.mk index 522a2bc9..672ee98e 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -102,7 +102,7 @@ netcon: $(OBJS) # Build netcon/liblwip.so which must be placed in ZT home for zerotier-netcon-service to work cd netcon ; make -f make-liblwip.mk # Use gcc not clang to build standalone intercept library since gcc is typically used for libc and we want to ensure maximal ABI compatibility - cd netcon ; gcc -g -O2 -Wall -std=c99 -fPIC -DDEBUG_RPC -DCHECKS -D_GNU_SOURCE -DNETCON_INTERCEPT -I. -nostdlib -shared -o ../libzerotierintercept.so Intercept.c -ldl + cd netcon ; gcc -g -O2 -Wall -std=c99 -fPIC -DVERBOSE -DDEBUG_RPC -DCHECKS -D_GNU_SOURCE -DNETCON_INTERCEPT -I. -nostdlib -shared -o ../libzerotierintercept.so Intercept.c -ldl ln -sf zerotier-netcon-service zerotier-cli ln -sf zerotier-netcon-service zerotier-idtool -- cgit v1.2.3