Skip to content

Commit

Permalink
fix(fido2): libfido2.so depends on libz.so
Browse files Browse the repository at this point in the history
Co-authored-by: cs50guy2
  • Loading branch information
LaszloGombos authored and johannbg committed Feb 13, 2023
1 parent 9a531ca commit 1597076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/91fido2/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install() {
_arch=${DRACUT_ARCH:-$(uname -m)}
inst_libdir_file \
{"tls/$_arch/",tls/,"$_arch/",}"libfido2.so.*" \
{"tls/$_arch/",tls/,"$_arch/",}"libz.so.*" \
{"tls/$_arch/",tls/,"$_arch/",}"libcryptsetup.so.*" \
{"tls/$_arch/",tls/,"$_arch/",}"/cryptsetup/libcryptsetup-token-systemd-fido2.so" \
{"tls/$_arch/",tls/,"$_arch/",}"libcbor.so.*" \
Expand Down

0 comments on commit 1597076

Please sign in to comment.