We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In line 21: https://github.com/tytso/e2fsprogs/blob/master/misc/create_inode_libarchive.c#L21
It should be: defined(CONFIG_DISABLE_LIBARCHIVE))
defined(CONFIG_DISABLE_LIBARCHIVE))
instead of: defined(CONFIG_DIABLE_LIBARCHIVE))
defined(CONFIG_DIABLE_LIBARCHIVE))
BR pedro
The text was updated successfully, but these errors were encountered:
e2fsprogs: update to 1.47.2
385d700
See also: - tytso/e2fsprogs#212 - tytso/e2fsprogs#213
misc: fix a typo which broke "configure --without-libarchive"
6de10c7
#212 Signed-off-by: Theodore Ts'o <[email protected]> a typo in create_inode_libarchive.c
No branches or pull requests
In line 21: https://github.com/tytso/e2fsprogs/blob/master/misc/create_inode_libarchive.c#L21
It should be:
defined(CONFIG_DISABLE_LIBARCHIVE))
instead of:
defined(CONFIG_DIABLE_LIBARCHIVE))
BR
pedro
The text was updated successfully, but these errors were encountered: