Skip to content

Commit

Permalink
Appropriate libcurl library
Browse files Browse the repository at this point in the history
  • Loading branch information
GWlodarek committed Aug 25, 2016
1 parent 7e5c8b8 commit 6461e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker pull ubuntu:wily

# Install dependencies
update="apt-get update"
install_primary="apt-get install -y clang unixodbc-dev unzip wget tar git sudo uuid-dev autoconf libtool pkg-config systemtap-sdt-dev libblocksruntime-dev libkqueue-dev libbsd-dev curl"
install_primary="apt-get install -y clang unixodbc-dev unzip wget tar git sudo uuid-dev autoconf libtool pkg-config systemtap-sdt-dev libblocksruntime-dev libkqueue-dev libbsd-dev curl libcurl4-openssl-dev"

# Run ldconfig
ld_config="ldconfig"
Expand Down

0 comments on commit 6461e40

Please sign in to comment.