diff options
| author | Joseph Henry <josephjah@gmail.com> | 2015-12-16 18:05:47 -0800 |
|---|---|---|
| committer | Joseph Henry <josephjah@gmail.com> | 2015-12-16 18:05:47 -0800 |
| commit | e3eea6fcbdff2c9f7314c61256f4052b16e735fd (patch) | |
| tree | 28a862681b130fcbe8b52797676aba84d46f6be7 /make-linux.mk | |
| parent | 7d001458cb6c8346fc8cbce4bfb139adefea4218 (diff) | |
| download | infinitytier-e3eea6fcbdff2c9f7314c61256f4052b16e735fd.tar.gz infinitytier-e3eea6fcbdff2c9f7314c61256f4052b16e735fd.zip | |
RPC Reliability improvements and partial getsockname() fix
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
