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 # Fedora review: http://bugzilla.redhat.com/1268716
# Option to enable SUBNODE mode (WIP) # Option to enable SUBNODE mode (WIP)
%bcond_without subnode %bcond_with subnode
# Use the optimized libnacl embedded with cjdns # Option to use the optimized libnacl embedded with cjdns
%if %{with subnode} %bcond_without embedded
%if %{with subnode} || %{with embedded}
%global use_embedded 1 %global use_embedded 1
%else %else
%global use_embedded 0 %global use_embedded 0