소스 검색

Include openssl development library

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

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

@@ -1657,7 +1657,7 @@ image_install_inadyn() {
1657 1657
         mkdir -p "$rootdir/root/build"
1658 1658
     fi
1659 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 libssl-dev
1661 1661
 
1662 1662
     if [ -d /repos/inadyn ]; then
1663 1663
         mkdir "$rootdir/root/build/inadyn"

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

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