summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/make-linux.mk b/make-linux.mk
index c2891927..c0b28c4d 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -101,14 +101,14 @@ 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 -DVERBOSE -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 -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
-install-intercept:
- cp libzerotierintercept.so /lib/libzerotierintercept.so
- ln -sf /lib/libzerotierintercept.so /lib/libzerotierintercept
- /usr/bin/install -c netcon/zerotier-intercept /usr/bin
+#install-intercept:
+# cp libzerotierintercept.so /lib/libzerotierintercept.so
+# ln -sf /lib/libzerotierintercept.so /lib/libzerotierintercept
+# /usr/bin/install -c netcon/zerotier-intercept /usr/bin
#uninstall-intercept:
# rm -r /lib/libzerotierintercept.so