From 777ecfee6764687c961dbb5b9bfd076615315e2e Mon Sep 17 00:00:00 2001 From: "dank@chromium.org" Date: Wed, 26 Nov 2008 18:48:09 +0000 Subject: 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 --- build/install-build-deps.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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 .. -- cgit v1.1