From 7b513052ed7873527de05eb4fa7e4bf3b278c2ce Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 21 May 2020 15:08:53 +0200 Subject: community/virtualbox: do not build vboximg-mount for now --- community/virtualbox/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'community') 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 + ' +)" -- cgit v1.2.3