Use libsodium on f22,f23 since nacl package does not support dynamic lib.

This commit is contained in:
Stuart D. Gathman 2016-05-04 15:07:16 -04:00
parent 2183a3c262
commit 48f1a7e959
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# Use the optimized libnacl embedded with cjdns
%global use_embedded 0
# Use libsodium instead of nacl
%global use_libsodium 0
# Use libsodium instead of nacl (f22,f23)
%global use_libsodium 1
%if 0%{use_libsodium}
%global nacl_name libsodium