Disable subnode by default

This commit is contained in:
Stuart D. Gathman 2018-03-06 12:55:01 -05:00
parent 499b7b3225
commit 4658a2d6a5
1 changed files with 5 additions and 3 deletions

View File

@ -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