From 125d30a4c4acc5f3d569a37d0e9cbcded8a030d7 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 29 Dec 2019 22:16:13 +0100 Subject: [PATCH] continue supporting combination: x32 kernel + x86_64 userland no idea if it works though --- VirtualBox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VirtualBox.spec b/VirtualBox.spec index b64983e..2e03f68 100644 --- a/VirtualBox.spec +++ b/VirtualBox.spec @@ -41,7 +41,7 @@ exit 1 %define _enable_debug_packages 0 %endif -%ifnarch %{x8664} +%ifnarch %{x8664} %{?with_kernel:x32} %undefine with_host %endif -- 2.43.0