File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ check_library_exists(pthread pthread_setname_np "" HAVE_PTHREAD_SETNAME_NP)
176
176
check_library_exists (pthread pthread_getname_np "" HAVE_PTHREAD_GETNAME_NP )
177
177
178
178
# WITH_CRYPTO
179
- set (WITH_CRYPTO "nss " CACHE STRING "gcrypt|nss" )
179
+ set (WITH_CRYPTO "gcrypt " CACHE STRING "gcrypt|nss" )
180
180
if (${WITH_CRYPTO} STREQUAL "nss" )
181
181
message ("-- Using NSS" )
182
182
find_package (NSS )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ BuildRequires: gcc
14
14
BuildRequires: gcc-c++
15
15
BuildRequires: swig libxml2-devel libxslt-devel perl-generators perl-XML-Parser
16
16
BuildRequires: rpm-devel
17
- BuildRequires: nss -devel
17
+ BuildRequires: libgcrypt -devel
18
18
%if 0%{?fedora }
19
19
BuildRequires: pcre2-devel
20
20
%else
You can’t perform that action at this time.
0 commit comments