Merge branch '2.3.1' into 2.3

This commit is contained in:
Markus Mäkelä 2018-11-16 16:06:09 +02:00
commit 21be08f84a
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -16,7 +16,7 @@ then
build-essential libssl-dev ncurses-dev bison flex \
perl libtool libpcre3-dev tcl tcl-dev uuid \
uuid-dev libsqlite3-dev liblzma-dev libpam0g-dev pkg-config \
libedit-dev
libedit-dev libsystemd-dev
## separatelibgnutls installation process for Ubuntu Trusty
cat /etc/*release | grep -E "Trusty|wheezy"
@ -71,6 +71,9 @@ else
# Attempt to install libasan, it'll only work on CentOS 7
sudo yum install -y --nogpgcheck libasan
# Attempt to install systemd-devel, doesn't work on CentOS 6
sudo yum install -y systemd-devel
grep "release 6" /etc/redhat-release
if [ $? == 0 ]
then