瀏覽代碼

Include openssl development library

Bob Mottram 7 年之前
父節點
當前提交
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
         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 libssl-dev
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 查看文件

525
     # https version 1.99.8
525
     # https version 1.99.8
526
 
526
 
527
     apt-get -yq install build-essential curl libgnutls28-dev automake1.11
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
     if [ ! -d "$INSTALL_DIR/inadyn" ]; then
530
     if [ ! -d "$INSTALL_DIR/inadyn" ]; then
531
         if [ -d /repos/inadyn ]; then
531
         if [ -d /repos/inadyn ]; then