diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-07 14:47:37 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-07 14:47:37 +0200 |
commit | 3825733d808067515b9c686fccf94ab08d1f1211 (patch) | |
tree | f86e4f0c6d7698d19ac1afe13574f9462ae796aa /community/virtualbox | |
parent | 0690a48621d826061ea6f1119898428a523cc4ad (diff) | |
download | packages-3825733d808067515b9c686fccf94ab08d1f1211.tar.xz |
community/virtualbox: trying to build everything again
Diffstat (limited to 'community/virtualbox')
-rw-r--r-- | community/virtualbox/PKGBUILD | 17 |
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 |