Chromium Code Reviews| Index: build/install-build-deps.sh |
| =================================================================== |
| --- build/install-build-deps.sh (revision 6035) |
| +++ build/install-build-deps.sh (working copy) |
| @@ -34,6 +34,7 @@ |
| 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 .. |