summaryrefslogtreecommitdiffstats
path: root/build/install-build-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/install-build-deps.sh')
-rwxr-xr-xbuild/install-build-deps.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index 492b7cb..b721604 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -31,15 +31,6 @@ install_hardy() {
bison flex gperf libnss3-dev libglib2.0-dev libgtk2.0-dev \
libnspr4-0d libnspr4-dev wdiff lighttpd php5-cgi msttcorefonts \
sun-java6-fonts
-
- 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 ..
- rm -rf tlslite-0.3.8
}
install_hardy_64() {