[Lunar-commits] <moonbase-other> VirtualBox: fix 64bit support broken by bump

v4hn me at v4hn.de
Sun Dec 29 14:38:47 CET 2013


commit c34679cfbabf9d2ed99f96498fae9b2ed648ef79
Author: v4hn <me at v4hn.de>
Date: Sun, 29 Dec 2013 05:37:35 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/c34679cfbabf9d2ed99f96498fae9b2ed648ef79

VirtualBox: fix 64bit support broken by bump
---
  virtual/VirtualBox/PRE_BUILD.x86_64 | +1/-2     
  1 file changed, 1 insertion(+), 2 deletions(-)

--- a/virtual/VirtualBox/PRE_BUILD.x86_64
+++ b/virtual/VirtualBox/PRE_BUILD.x86_64
@@ -2,5 +2,4 @@ default_pre_build &&
 cd $SOURCE_DIRECTORY &&
 
 # this removes 32 bit simulation support
-echo "VBOX_WITH_RAW_MODE =" > LocalConfig.kmk &&
-sedit " 1832 d" configure
+OPTS+=" --disable-vmmraw"




More information about the Lunar-commits mailing list