VirtualBox

Changeset 73341 in vbox for trunk/tools/bin


Ignore:
Timestamp:
Jul 24, 2018 8:12:22 AM (6 years ago)
Author:
vboxsync
Message:

tools/bin/prerequisites-deb.sh: revert r123793.
bugref:9165: webtools: create scripts for (re-)creating chroot build jails
It turns out that Debian and Ubuntu always install the right version of
libcurl3/4-openssl, regardless of which one we ask for, so just ask for
version 4 and be done with it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/prerequisites-deb.sh

    r73190 r73341  
    6060# distributions, but at the end everything needed should be there.
    6161apt-get install -y chrpath g++ make iasl libidl-dev libsdl1.2-dev \
    62     libsdl-ttf2.0-dev libpam0g-dev libssl-dev libpulse-dev libasound2-dev \
    63     xsltproc libxml2-dev libxml2-utils unzip libxrandr-dev libxinerama-dev \
    64     libcap-dev python-dev libxmu-dev libxcursor-dev libdevmapper-dev \
     62    libsdl-ttf2.0-dev libpam0g-dev libssl-dev libpulse-dev \
     63    libasound2-dev xsltproc libxml2-dev libxml2-utils unzip \
     64    libxrandr-dev libxinerama-dev libcap-dev python-dev \
     65    libxmu-dev libxcursor-dev libcurl4-openssl-dev libdevmapper-dev \
    6566    libvpx-dev g++-multilib libopus-dev || true
    6667# Only install Qt5 on recent distributions
    6768case "${DEBVER}" in
    68697*|8*|jessie*|stretch*) ;;
    69     apt-get install -y libcurl3-openssl-dev || true
    7070*)
    7171    apt-get install -y qttools5-dev-tools libqt5opengl5-dev \
    72         libqt5x11extras5-dev libcurl4-openssl-dev || true ;;
     72        libqt5x11extras5-dev || true ;;
    7373esac
    7474test -n "${WITHDOCS}" &&
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