summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-19 11:30:21 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-19 11:30:21 (EDT)
commit8d598ea24b0b2100b337f2956c6b7aa8eb7701b8 (patch)
treebfdfd25714c946d19c8bde09022e94c194e17188 /resources
parent2f145e29c9fbf7db6e046049c3f28d7a0291bbc0 (diff)
downloadlibreboot-8d598ea24b0b2100b337f2956c6b7aa8eb7701b8.zip
libreboot-8d598ea24b0b2100b337f2956c6b7aa8eb7701b8.tar.gz
libreboot-8d598ea24b0b2100b337f2956c6b7aa8eb7701b8.tar.bz2
build/dependencies/trisquel7: add libcrypto (libssl-dev) to script
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/trisquel72
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7
index d8e4799..4a963a3 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" ]