Commit da247eff authored by Borislav Petkov (AMD)'s avatar Borislav Petkov (AMD)
Browse files

objtool/klp: Add the debian-based package name of xxhash to the hint



Add the debian package name for the devel version of the xxHash package
"libxxhash-dev".

Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20251017194732.7713-1-bp@kernel.org
parent 00a155c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ static bool opts_valid(void)

#ifndef BUILD_KLP
	if (opts.checksum) {
		ERROR("--checksum not supported; install xxhash-devel and recompile");
		ERROR("--checksum not supported; install xxhash-devel/libxxhash-dev and recompile");
		return false;
	}
#endif