VirtualBox

Changeset 61919 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Jun 28, 2016 7:08:35 PM (8 years ago)
Author:
vboxsync
Message:

Installer/solaris: need more complex prerequisites for S11+, as S11.0/S11.1 have only the system/library/gcc-45-runtime and the later versions use different names and split it into a C and C++ runtime package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/checkinstall.sh

    r61909 r61919  
    164164    checkdep_ips_either "runtime/python-26" "runtime/python-27"
    165165    checkdep_ips_either "system/library/iconv/utf-8" "system/library/iconv/iconv-core"
    166     checkdep_ips "system/library/gcc/gcc-c++-runtime"
    167     checkdep_ips "system/library/gcc/gcc-c-runtime"
     166    checkdep_ips_either "system/library/gcc/gcc-c++-runtime" "system/library/gcc-45-runtime"
     167    checkdep_ips_either "system/library/gcc/gcc-c-runtime" "system/library/gcc-45-runtime"
    168168else
    169169    PKG_MISSING_IPS="runtime/python-26 system/library/iconv/utf-8 system/library/gcc/gcc-c++-runtime system/library/gcc/gcc-c-runtime"
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