From 8bfb9913aee6bcf3ae833f06b899718f37a75ac5 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 30 Mar 2020 00:31:42 -0700 Subject: [PATCH] build: Disable slirp library --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 5412f143cc..cf16e01dca 100755 --- a/build.sh +++ b/build.sh @@ -203,6 +203,7 @@ set -x # Print commands from now on --disable-sheepdog \ --without-default-devices \ --disable-blobs \ + --disable-slirp \ ${user_opts} time make -j"${job_count}" 2>&1 | tee build.log