ipvsadm: disable parallel build

main
FliegendeWurst 2 years ago
parent 0022c16ae5
commit 79c5bf1d86
  1. 4
      pkgs/os-specific/linux/ipvsadm/default.nix

@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libnl popt ];
# Disable parallel build, errors:
# *** No rule to make target 'libipvs/libipvs.a', needed by 'ipvsadm'. Stop.
enableParallelBuilding = false;
preBuild = ''
makeFlagsArray+=(
INCLUDE=$(pkg-config --cflags libnl-genl-3.0)

Loading…
Cancel
Save