summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/install-build-deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index 70691a2..e3deb8a 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -34,6 +34,7 @@ install_hardy() {
wget -c http://www.trevp.com/tlslite/tlslite-0.3.8.tar.gz
tar xvfz tlslite-0.3.8.tar.gz
cd tlslite-0.3.8/
+ patch -p1 < ../../third_party/tlslite/google.patch
python setup.py build
sudo python setup.py install
cd ..