keyutils: fix undefined reference in version script with llvm bintool (#401855)

This commit is contained in:
Sandro
2025-05-05 16:35:44 +02:00
committed by GitHub
+4
View File
@@ -53,6 +53,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
env = lib.optionalAttrs (stdenv.hostPlatform.useLLVM) {
NIX_LDFLAGS = "--undefined-version";
};
installFlags = [
"ETCDIR=$(out)/etc"
"BINDIR=$(out)/bin"