From 0f67f6460f98bce39cd18d10898d6b20b9f2fcae Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 10 Feb 2016 11:52:40 +0100 Subject: [PATCH] We need to install OpenSSL C++ library on host for current and future mainline kernel --- general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general.sh b/general.sh index 35fecf9323..421adcb41e 100644 --- a/general.sh +++ b/general.sh @@ -303,7 +303,7 @@ prepare_host() { # packages list for host PAK="aptly ca-certificates device-tree-compiler pv bc lzop zip binfmt-support build-essential ccache debootstrap ntpdate pigz \ gawk gcc-arm-linux-gnueabihf gcc-arm-linux-gnueabi qemu-user-static u-boot-tools uuid-dev zlib1g-dev unzip libusb-1.0-0-dev ntpdate \ - parted pkg-config libncurses5-dev whiptail debian-keyring debian-archive-keyring f2fs-tools libfile-fcntllock-perl rsync" + parted pkg-config libncurses5-dev whiptail debian-keyring debian-archive-keyring f2fs-tools libfile-fcntllock-perl rsync libssl-dev" # warning: apt-cacher-ng will fail if installed and used both on host and in container/chroot environment with shared network # set NO_APT_CACHER=yes to prevent installation errors in such case