Skip to content

Commit

Permalink
cryptsetup.spec: drop libargon2 in favour of openssl implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
oniko authored and mbroz committed Feb 12, 2024
1 parent b417154 commit fdac0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/fedora/cryptsetup.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-late
URL: https://gitlab.com/cryptsetup/cryptsetup
BuildRequires: autoconf, automake, libtool, gettext-devel,
BuildRequires: openssl-devel, popt-devel, device-mapper-devel
BuildRequires: libuuid-devel, gcc, json-c-devel, libargon2-devel
BuildRequires: libuuid-devel, gcc, json-c-devel
BuildRequires: libpwquality-devel, libblkid-devel
BuildRequires: make libssh-devel
BuildRequires: asciidoctor
Expand Down Expand Up @@ -70,7 +70,7 @@ disk integrity protection using dm-integrity kernel module.
rm -f man/*.8

./autogen.sh
%configure --enable-fips --enable-pwquality --enable-libargon2 --enable-asciidoc
%configure --enable-fips --enable-pwquality --enable-asciidoc
%make_build

%install
Expand Down

0 comments on commit fdac0d7

Please sign in to comment.