download_and_compile.sh: prefer libcurl4-openssl-dev to libcurl4-gnutls-dev
Forum user daweed reported[1] a nasty error[2] when doing 'git clone' or 'git pull' for FGData with the HTTPS protocol. This error disappeared as soon as he replaced libcurl4-gnutls-dev with libcurl4-openssl-dev on his system. -> favor installation of libcurl4-openssl-dev over libcurl4-gnutls-dev [1] https://forum.flightgear.org/viewtopic.php?f=20&p=329326#p329324 [2] "RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated"
This commit is contained in:
parent
c548c55274
commit
5eb7dd3ef7
1 changed files with 2 additions and 1 deletions
|
@ -325,8 +325,9 @@ fi
|
|||
|
||||
# Minimum
|
||||
PKG="build-essential cmake git"
|
||||
_mandatory_pkg_alternative libcurl4-openssl-dev libcurl4-gnutls-dev
|
||||
# cmake
|
||||
PKG="$PKG libarchive-dev libbz2-dev libcurl4-gnutls-dev libexpat1-dev libjsoncpp-dev liblzma-dev libncurses5-dev procps zlib1g-dev"
|
||||
PKG="$PKG libarchive-dev libbz2-dev libexpat1-dev libjsoncpp-dev liblzma-dev libncurses5-dev procps zlib1g-dev"
|
||||
# TG
|
||||
PKG="$PKG libcgal-dev libgdal-dev libtiff5-dev"
|
||||
# TGGUI/OpenRTI
|
||||
|
|
Loading…
Add table
Reference in a new issue