]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
continue supporting combination: x32 kernel + x86_64 userland
authorJan Palus <atler@pld-linux.org>
Sun, 29 Dec 2019 21:16:13 +0000 (22:16 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 29 Dec 2019 21:16:13 +0000 (22:16 +0100)
no idea if it works though

VirtualBox.spec

index b64983e7bdc2c7b84492a6b3f315ac6ac3d82feb..2e03f6898d2815a852b19472e8b7f21e2d1400b4 100644 (file)
@@ -41,7 +41,7 @@ exit 1
 %define                _enable_debug_packages  0
 %endif
 
-%ifnarch %{x8664}
+%ifnarch %{x8664} %{?with_kernel:x32}
 %undefine      with_host
 %endif
 
This page took 0.029516 seconds and 4 git commands to generate.