summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-07 14:47:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-07 14:47:37 +0200
commit3825733d808067515b9c686fccf94ab08d1f1211 (patch)
treef86e4f0c6d7698d19ac1afe13574f9462ae796aa /community
parent0690a48621d826061ea6f1119898428a523cc4ad (diff)
downloadpackages-3825733d808067515b9c686fccf94ab08d1f1211.tar.xz
community/virtualbox: trying to build everything again
Diffstat (limited to 'community')
-rw-r--r--community/virtualbox/PKGBUILD17
1 files changed, 1 insertions, 16 deletions
diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD
index 037684be..90c29c6d 100644
--- a/community/virtualbox/PKGBUILD
+++ b/community/virtualbox/PKGBUILD
@@ -20,24 +20,9 @@ eval "$(
\@\n\s*kmk @ d
}
s|kmk|kmk -j 1|
- ' | \
- sed '
- \@^\s*\./configure @ {
- s@--disable-\S\+@@g
- s@--enable-\S\+@@g
- s@configure @\0--only-additions --disable-kmods @
- }
- ';
+ '
)"
-pkgname=(
- $(
- printf '%s\n' "${pkgname[@]}" \
- | grep '^virtualbox-guest-' \
- | grep -v -- '-nox$'
- )
-)
-
# let's not use too much memory, gcc tmpfiles can in this
# case also be put on a real /tmp (instead of tmpfs) to reduce
# preasure on the RAM