diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index e64fa50b6..df67add78 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -18,11 +18,6 @@ then uuid-dev libsqlite3-dev liblzma-dev libpam0g-dev pkg-config \ libedit-dev - # One of these will work, older systems use libsystemd-daemon-dev - sudo apt-get install -y libsystemd-dev || \ - sudo apt-get install -y libsystemd-daemon-dev - - ## separatelibgnutls installation process for Ubuntu Trusty cat /etc/*release | grep -E "Trusty|wheezy" if [ $? == 0 ] @@ -73,14 +68,9 @@ else sqlite sqlite-devel pkgconfig lua lua-devel rpm-build createrepo yum-utils \ gnutls-devel libgcrypt-devel pam-devel - # 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 - cat /etc/redhat-release | grep "release 5" if [ $? == 0 ] then