VirtualBox

Changeset 97603 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Nov 17, 2022 9:03:45 PM (2 years ago)
Author:
vboxsync
Message:

Linux: Adjust startup scripts for building kernel modules for UEK7 on OL8 distribution, @bugdbref{34811820}.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh

    r97581 r97603  
    4747MODPROBE=/sbin/modprobe
    4848SCRIPTNAME=vboxdrv.sh
     49
     50# Prepend PATH for building UEK7 on OL8 distribution.
     51case $(uname -r) in
     52    5.15.0-*.el8uek*) PATH="/opt/rh/gcc-toolset-11/root/usr/bin:$PATH"
     53esac
    4954
    5055# The below is GNU-specific.  See VBox.sh for the longer Solaris/OS X version.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette