From 093b6f0a40dd453b45d2cf0f54a71743985128d3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 31 Jul 2020 17:23:17 +0200 Subject: [vbox-src] Disable cloud gateway network bullshit This simply doesn't compile out of the box and sounds like something you wouldn't want anyways, so let's get rid of it. --- core/modules/vbox-src/module.build | 1 + 1 file changed, 1 insertion(+) (limited to 'core/modules/vbox-src') diff --git a/core/modules/vbox-src/module.build b/core/modules/vbox-src/module.build index 4cd80c8a..09874cf8 100644 --- a/core/modules/vbox-src/module.build +++ b/core/modules/vbox-src/module.build @@ -20,6 +20,7 @@ build() { [ -n "${KERNEL_HEADERS_DIR}" ] || perror "KERNEL_HEADERS_DIR not set, kernel module present?" cd "${MODULE_WORK_DIR}/src/VirtualBox-${REQUIRED_VBOX_VERSION}" || \ perror "Could not cd to '${MODULE_WORK_DIR}/src/VirtualBox-${REQUIRED_VBOX_VERSION}'." + sed -i 's/VBOX_WITH_CLOUD_NET = 1/VBOX_WITH_CLOUD_NET =/g' "Config.kmk" || perror "Could not disable cloud networking." local VBOX_BUILD_DIR="${MODULE_WORK_DIR}/src/VirtualBox-${REQUIRED_VBOX_VERSION}/build" mkdir -p "$VBOX_BUILD_DIR" || perror "Failed to mkdir '$VBOX_BUILD_DIR'." ./configure \ -- cgit v1.2.3-55-g7522