diff options
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/trisquel7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index d8e4799b..4a963a3b 100755 --- a/resources/scripts/helpers/build/dependencies/trisquel7 +++ b/resources/scripts/helpers/build/dependencies/trisquel7 @@ -68,7 +68,7 @@ apt-get -y install build-essential # Coreboot build dependencies (also requires build-essential and git) # ------------------------------------------------------------ -apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential git +apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential git libssl-dev # For cross-compiling i686 target on x86_64 host. if [ "$(uname -i)" = "x86_64" ] || [ "$(uname -m)" = "x86_64" ] |