keyutils: fix undefined reference in version script with llvm bintool

This commit is contained in:
Tristan Ross
2025-04-25 12:51:39 -07:00
parent 59435481e8
commit 4c1c8c3a2d
+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"