소스 검색

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 7 년 전
부모
커밋
9f46dded25
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/freedombone-image-customise
  2. 1
    1
      src/freedombone-utils-web

+ 1
- 1
src/freedombone-image-customise 파일 보기

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

+ 1
- 1
src/freedombone-utils-web 파일 보기

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