diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2022-07-03 15:44:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:21 +0700 |
commit | 9829e70411c16f5529b6eac2a9142eb37ac2c8f5 (patch) | |
tree | 805ecee2ecf30b6b99a681dc20faa8ecb551e0c8 /system/virtualbox/virtualbox.SlackBuild | |
parent | fdc187ce1c225d309b5c54ded3a122a1e352b6e9 (diff) |
system/virtualbox: Updated for version 6.1.34
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/virtualbox.SlackBuild')
-rw-r--r-- | system/virtualbox/virtualbox.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/virtualbox/virtualbox.SlackBuild b/system/virtualbox/virtualbox.SlackBuild index 2dc095c179ad0..7bf86e5dc3f7d 100644 --- a/system/virtualbox/virtualbox.SlackBuild +++ b/system/virtualbox/virtualbox.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=virtualbox SRCNAM=VirtualBox -VERSION=${VERSION:-6.1.32} +VERSION=${VERSION:-6.1.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -127,6 +127,9 @@ patch -d src/VBox/Installer/linux -i $CWD/vboxdrv.sh-setup.diff # Fix wrong path to rdesktop-vrdp-keymaps patch -p1 -i $CWD/006-rdesktop-vrdp-keymap-path.patch +# Fix "Unable to locate imported symbol 'memset'" error. +patch -i $CWD/virtualbox-VBoxR0.diff + # Skip python2 detection and cheat about python-3.10 support sed -i 's|python2.7 python2.6 |python3.10 |' ./configure |