Changeset 109051 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 22, 2025 10:49:38 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r108838 r109051 537 537 info "Building the modules for kernel $KERN_VER." 538 538 539 # Prepend PATH for building UEK 7 on OL8 distribution.539 # Prepend PATH for building UEK on OL8/9 distributions. 540 540 case "$KERN_VER" in 541 541 5.15.0-*.el8uek*) PATH="/opt/rh/gcc-toolset-11/root/usr/bin:$PATH";; 542 6.12.0-*.el9uek*)PATH="/opt/rh/gcc-toolset-14/root/usr/bin:$PATH";; 542 543 esac 543 544
Note:
See TracChangeset
for help on using the changeset viewer.