Skip to content
Snippets Groups Projects
Commit 3eecbbc7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Add libtool package for inadyn configure

parent 63914893
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment