From 27c128cab8c098dc93de5ef5be34fbbe7b3cab77 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Oct 2017 10:24:38 +0200 Subject: community/virtualbox: trying to patch kmk with -j1 to get rid of the virtual memory exhausted problem --- community/virtualbox/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/virtualbox/PKGBUILD (limited to 'community/virtualbox/PKGBUILD') diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD new file mode 100644 index 00000000..700872b5 --- /dev/null +++ b/community/virtualbox/PKGBUILD @@ -0,0 +1,8 @@ +# Parallel builds lead to "virtual memory exhausted"? + +eval "$( + declare -f build | \ + sed ' + s|kmk|kmk -j 1| + ' +)" -- cgit v1.2.3