Skip to content

Run autogen.sh to fix FTBFS after libgcrypt upgrades

乾康 周 requested to merge wszqkzqk/ntfs-3g:main into main

The build process without running autogen.sh will fail with:

checking for LIBGCRYPT - version >= 1.2.2... no
configure: error: ntfsprogs crypto code requires the gcrypt library.

If we need to keep the build reproducible after libgcrypt upgrades, we need to additionally run ./autogen.sh here.

Merge request reports

Loading