Add libtool package for inadyn configure

This commit is contained in:
Bob Mottram 2018-05-16 17:44:00 +01:00
parent 63914893fe
commit 3eecbbc734
2 changed files with 2 additions and 2 deletions

View File

@ -1657,7 +1657,7 @@ image_install_inadyn() {
mkdir -p "$rootdir/root/build"
fi
chroot "$rootdir" apt-get -yq install build-essential curl libgnutls28-dev automake1.11 libconfuse-dev
chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config
chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config libtool
if [ -d /repos/inadyn ]; then
mkdir "$rootdir/root/build/inadyn"

View File

@ -513,7 +513,7 @@ function install_dynamicdns {
# https version 1.99.8
apt-get -yq install build-essential curl libgnutls28-dev automake1.11
apt-get -yq install gnutls-dev libconfuse-dev pkg-config
apt-get -yq install gnutls-dev libconfuse-dev pkg-config libtool
if [ ! -d "$INSTALL_DIR/inadyn" ]; then
if [ -d /repos/inadyn ]; then