diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-10 13:29:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-10 13:29:24 -0400 |
commit | 139005edeaf22fb0cbd0cf85df87abf43ae50da5 (patch) | |
tree | 102741395608b313b0bebbb329b9e6b65a7e4447 /standalone | |
parent | 76f74d473c09827f96fd9e2333007f45b7cba924 (diff) |
add a patch to disable accept4, for compatability with older systems
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/linux/install-haskell-packages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages index a49ee33ee..159cc061c 100755 --- a/standalone/linux/install-haskell-packages +++ b/standalone/linux/install-haskell-packages @@ -61,6 +61,7 @@ install_pkgs () { mkdir tmp cd tmp + patched network patched wai-app-static patched shakespeare patched shakespeare-css |