VirtualBox

Changeset 73190 in vbox


Ignore:
Timestamp:
Jul 17, 2018 8:00:16 PM (6 years ago)
Author:
vboxsync
Message:

prerequisites-deb.sh: fixed libcurl version.
bugref:9165: webtools: create scripts for (re-)creating chroot build jails
Debian versions up to and including 9, and Ubuntu versions based on those
Debian versions use libcurl3 but provide the conflicting libcurl4 too.
Debian 10 and Ubuntu 18.04 use libcurl4. Install the right version on the
right distribution to avoid creating conflicts when our packages are
installed.

File:
1 edited

Legend:

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

    r73122 r73190  
    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 \
    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 \
     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 \
    6665    libvpx-dev g++-multilib libopus-dev || true
    6766# Only install Qt5 on recent distributions
    6867case "${DEBVER}" in
    69687*|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 || true ;;
     72        libqt5x11extras5-dev libcurl4-openssl-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