Browse Source

Add libtool package for inadyn configure

Bob Mottram 6 years ago
parent
commit
3eecbbc734
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/freedombone-image-customise
  2. 1
    1
      src/freedombone-utils-web

+ 1
- 1
src/freedombone-image-customise View File

1657
         mkdir -p "$rootdir/root/build"
1657
         mkdir -p "$rootdir/root/build"
1658
     fi
1658
     fi
1659
     chroot "$rootdir" apt-get -yq install build-essential curl libgnutls28-dev automake1.11 libconfuse-dev
1659
     chroot "$rootdir" apt-get -yq install build-essential curl libgnutls28-dev automake1.11 libconfuse-dev
1660
-    chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config
1660
+    chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config libtool
1661
 
1661
 
1662
     if [ -d /repos/inadyn ]; then
1662
     if [ -d /repos/inadyn ]; then
1663
         mkdir "$rootdir/root/build/inadyn"
1663
         mkdir "$rootdir/root/build/inadyn"

+ 1
- 1
src/freedombone-utils-web View File

513
     # https version 1.99.8
513
     # https version 1.99.8
514
 
514
 
515
     apt-get -yq install build-essential curl libgnutls28-dev automake1.11
515
     apt-get -yq install build-essential curl libgnutls28-dev automake1.11
516
-    apt-get -yq install gnutls-dev libconfuse-dev pkg-config
516
+    apt-get -yq install gnutls-dev libconfuse-dev pkg-config libtool
517
 
517
 
518
     if [ ! -d "$INSTALL_DIR/inadyn" ]; then
518
     if [ ! -d "$INSTALL_DIR/inadyn" ]; then
519
         if [ -d /repos/inadyn ]; then
519
         if [ -d /repos/inadyn ]; then