summaryrefslogtreecommitdiff
path: root/debian/patches/dyson-tar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/dyson-tar.patch')
-rw-r--r--debian/patches/dyson-tar.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/dyson-tar.patch b/debian/patches/dyson-tar.patch
new file mode 100644
index 000000000..691d19ed5
--- /dev/null
+++ b/debian/patches/dyson-tar.patch
@@ -0,0 +1,16 @@
+Index: virtualbox/Config.kmk
+===================================================================
+--- virtualbox.orig/Config.kmk 2014-06-05 12:49:17.791810962 +0400
++++ virtualbox/Config.kmk 2014-06-05 15:06:10.115009485 +0400
+@@ -1833,9 +1833,9 @@
+ VBOX_DEF_2_LAZY_LOAD ?= $(PATH_OBJ)/VBoxDef2LazyLoad/VBoxDef2LazyLoad$(HOSTSUFF_EXE)
+
+ # GNU tar if present.
+-if1of ($(KBUILD_TARGET), linux os2 win)
++if1of ($(KBUILD_TARGET), linux os2 win solaris)
+ VBOX_GTAR ?= tar
+-else if1of ($(KBUILD_TARGET), freebsd solaris)
++else if1of ($(KBUILD_TARGET), freebsd)
+ VBOX_GTAR ?= gtar
+ endif
+