VirtualBox

Changeset 72665 in vbox


Ignore:
Timestamp:
Jun 22, 2018 3:20:48 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123178
Message:

configure: always build our own libssl on non-OSE.
bugref:9201: Linux host: CentOS build crashes in native openssl
To avoid having to deal with compatibility issues with different openssl
versions, just always build it ourselves. Do not force this for OSE builds
though, leave it as an option there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r71337 r72665  
    23792379fi
    23802380
     2381# Always use our own libssl on non-OSE builds for compatibility reasons.
     2382[ $OSE -eq 1 ] || BUILD_LIBSSL=1
     2383
    23812384# Change OS specific defaults; must be before all other stuff
    23822385if [ "$OS" = "darwin" ]; then
     
    24102413  LIBPTHREAD="-lroot"
    24112414  #[ $OSE -eq 1 ] || BUILD_LIBCURL=1
    2412   [ $OSE -eq 1 ] || BUILD_LIBSSL=1
    24132415elif [ "$OS" = "solaris" ]; then
    24142416  [ $OSE -eq 1 ] && WITH_LIBVPX=0
Note: See TracChangeset for help on using the changeset viewer.

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