From 22262b617fc7a9a2b04179fd4a6b3a6f376773ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Thu, 3 Apr 2014 09:41:29 +0200 Subject: [PATCH] fix debian deps --- tools/get_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/get_dependencies.sh b/tools/get_dependencies.sh index fe2854b..5313aef 100755 --- a/tools/get_dependencies.sh +++ b/tools/get_dependencies.sh @@ -43,7 +43,7 @@ get_mageia_deps() get_debian_deps() { for pkg in build-essential clang llvm-devel automake autogen libtool \ - libxml2-dev uuid-dev openssl bash patch make; do + libxml2-dev uuid-dev libssl-dev bash patch make; do apt-get -y install $pkg; done }