diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-19 16:30:21 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-19 16:30:21 +0100 |
commit | 8d598ea24b0b2100b337f2956c6b7aa8eb7701b8 (patch) | |
tree | bfdfd25714c946d19c8bde09022e94c194e17188 | |
parent | 2f145e29c9fbf7db6e046049c3f28d7a0291bbc0 (diff) | |
download | librebootfr-8d598ea24b0b2100b337f2956c6b7aa8eb7701b8.tar.gz librebootfr-8d598ea24b0b2100b337f2956c6b7aa8eb7701b8.zip |
build/dependencies/trisquel7: add libcrypto (libssl-dev) to script
-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" ] |