diff options
author | dank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-26 18:48:09 +0000 |
---|---|---|
committer | dank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-26 18:48:09 +0000 |
commit | 777ecfee6764687c961dbb5b9bfd076615315e2e (patch) | |
tree | ff6318ec00e6ac0f93edd8832ffe963fe46583e8 /build | |
parent | 412747c740cc9f85bff1a4eeb97413bdc303cef0 (diff) | |
download | chromium_src-777ecfee6764687c961dbb5b9bfd076615315e2e.zip chromium_src-777ecfee6764687c961dbb5b9bfd076615315e2e.tar.gz chromium_src-777ecfee6764687c961dbb5b9bfd076615315e2e.tar.bz2 |
Rediff the tlslite patch (it was against wrong baseline)
Apply it when installing on Linux
Link to bug report describing the problem it fixes
This solves a hang on Linux running url_request_unittest
Review URL: http://codereview.chromium.org/12477
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 1 |
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 .. |