summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/virtualbox/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD
index 0048ddcc..8a320506 100644
--- a/community/virtualbox/PKGBUILD
+++ b/community/virtualbox/PKGBUILD
@@ -18,3 +18,12 @@ eval "$(
/source/ i \ sed -i 's/-pipe//g' Config.kmk
'
)"
+
+# disable building of vboximg-mount, breaks when linking against
+# libVBoxCom.a (XPCOM)
+eval "$(
+ declare -f build | \
+ sed '
+ /vboximg-mount/d
+ '
+)"