From 556bfb752aee503ccc2feb1acc848d42ac7b51d8 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 27 Jun 2016 10:33:14 -0400 Subject: [PATCH] disable meshnet by default, use `make USE_MESHNET=yes` to build for cjdns --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 025dbbcc..0f6cd8f0 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include filelist.mk USE_AESNI := yes USE_STATIC := no -USE_MESHNET := yes +USE_MESHNET := no ifeq ($(UNAME),Darwin) DAEMON_SRC += DaemonLinux.cpp