freebsd-ports/net/zerotier/files/patch-make-bsd.mk
Dave Cottlehuber 4b8535d8f4 net/zerotier: update 1.2.4 to 1.2.8
- add debugging support to stdout as ports option
- fix clang++ 6.0.0 compatibility
- add ipfilter to rcorder list

Reviewed by:	mat
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D15133
2018-05-19 22:19:54 +00:00

11 lines
381 B
Makefile

--- make-bsd.mk.orig 2018-05-18 08:50:17 UTC
+++ make-bsd.mk
@@ -159,7 +159,7 @@ clean:
rm -rf *.a *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o build-* zerotier-one zerotier-idtool zerotier-selftest zerotier-cli $(ONE_OBJS) $(CORE_OBJS)
debug: FORCE
- gmake -j 4 ZT_DEBUG=1
+ $(MAKE) -j ZT_DEBUG=1
install: one
rm -f /usr/local/sbin/zerotier-one