From 8d598ea24b0b2100b337f2956c6b7aa8eb7701b8 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 19 Oct 2015 11:30:21 -0400 Subject: build/dependencies/trisquel7: add libcrypto (libssl-dev) to script --- (limited to 'resources/scripts') 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" ] -- cgit v0.9.1