From 4658a2d6a546bfae956668f8f3f3100c86226f9a Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Tue, 6 Mar 2018 12:55:01 -0500 Subject: [PATCH] Disable subnode by default --- cjdns.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cjdns.spec b/cjdns.spec index 23df884..568d9f7 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -2,9 +2,11 @@ # Fedora review: http://bugzilla.redhat.com/1268716 # Option to enable SUBNODE mode (WIP) -%bcond_without subnode -# Use the optimized libnacl embedded with cjdns -%if %{with subnode} +%bcond_with subnode +# Option to use the optimized libnacl embedded with cjdns +%bcond_without embedded + +%if %{with subnode} || %{with embedded} %global use_embedded 1 %else %global use_embedded 0