Skip to content

Commit

Permalink
build-support: Install libssl on ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Nov 16, 2013
1 parent 31f32c7 commit a348be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/factor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ make_boot_image() {
}

install_deps_apt_get() {
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev gtk2-engines-pixbuf libgtkglext1-dev wget git git-doc rlwrap gcc make screen tmux
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev gtk2-engines-pixbuf libgtkglext1-dev wget git git-doc rlwrap clang gcc make screen tmux libssl-dev
check_ret sudo
}

Expand Down

0 comments on commit a348be4

Please sign in to comment.