summaryrefslogtreecommitdiff
path: root/standalone
Commit message (Collapse)AuthorAge
* allow building webapp with EvilSplicer for non-android armGravatar Joey Hess2013-12-18
| | | | | | | | | | | | | | | | Was able to reuse many of the android patches, but several had to be re-done. On Android, ghc is a stage2 build, so can compile, but not run TH code. But debian's ghc on armel cannot even compile TH code, so it has to be patched out. Some haskell packages have been updated to new versions, including yesod and DAV, and their patches had to be redone. The Makefile now has 2 new targets. The first is run on a companion x86 system to do the build and get TH splices. Then the second target is run the same source tree on the arm system to build without needing TH. This commit was sponsored by Svenne Krap.
* begin work on installing TH-using dependencies of webapp, for standalone ↵Gravatar Joey Hess2013-12-16
| | | | | | armel build Will move common patches out of android/haskell-patches.
* make linker path absoluteGravatar Joey Hess2013-12-16
|
* Linux standalone build now includes its own glibc and forces the linker to ↵Gravatar Joey Hess2013-12-16
| | | | use it, to remove dependence on the host glibc.
* add linux-gate and linux-vdso dummy libsGravatar Joey Hess2013-12-15
| | | | | Just fixes a build warning; these files don't exist they are virtual DSOs provided by the linux kernel.
* Include man pages in Linux and OSX standalone builds.Gravatar Joey Hess2013-12-15
|
* Programs from Linux and OSX standalone builds can now be symlinked into a ↵Gravatar Joey Hess2013-12-15
| | | | directory in PATH as an alternative installation method, and will use readlink to find where the build was unpacked.
* updateGravatar Joey Hess2013-12-11
|
* try to get it to include the cygwin ssh, not the msysgit oneGravatar Joey Hess2013-12-11
|
* probingGravatar Joey Hess2013-12-11
|
* cleanGravatar Joey Hess2013-12-10
|
* update warp to fixed versionGravatar Joey Hess2013-12-10
|
* remove debugGravatar Joey Hess2013-12-10
|
* fix EvilLinker to not stomp on environmentGravatar Joey Hess2013-12-10
|
* try setting even more variables, surely one must control the tmp dirGravatar Joey Hess2013-12-10
|
* arghGravatar Joey Hess2013-12-10
|
* debugGravatar Joey Hess2013-12-10
|
* didn't workGravatar Joey Hess2013-12-10
|
* try setting TMPDIR for collect2 to not use C:\WindowsGravatar Joey Hess2013-12-10
|
* build installerGravatar Joey Hess2013-12-10
|
* avoid using EvilLinker when regular cabal build succeedsGravatar Joey Hess2013-12-09
|
* trying again for webapp in windows autobuildGravatar Joey Hess2013-12-09
|
* temporarily disable the evilelinker on the autobuilder, since it seems to be ↵Gravatar Joey Hess2013-12-07
| | | | hanging inexplicably
* windooowsGravatar Joey Hess2013-12-07
|
* temporarily disable webapp on autobuilder, as it's for some reason hanging ↵Gravatar Joey Hess2013-12-07
| | | | the build
* avoid re-configuringGravatar Joey Hess2013-12-06
|
* remove debugGravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* use EvilLinker on autobuilder (will probably need some more horrible path fixes)Gravatar Joey Hess2013-12-06
|
* try to fix cygwin pathGravatar Joey Hess2013-12-06
|
* yay Yury fixed it!Gravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* testGravatar Joey Hess2013-12-06
|
* try to fix msysgit pathGravatar Joey Hess2013-12-06
|
* stop nuking cabal againGravatar Joey Hess2013-12-06
|
* allow dep install to failGravatar Joey Hess2013-12-06
| | | | (eg, webdav is broken right now, this should not defeat the build)
* EvilLinker, stage 1Gravatar Joey Hess2013-12-06
|
* switching to newer haskell platformGravatar Joey Hess2013-12-06
|
* fixesGravatar Joey Hess2013-12-05
|
* fixGravatar Joey Hess2013-12-05
|
* ignore expected failureGravatar Joey Hess2013-12-05
| | | | autobuilder must have a *really* weird sh
* fixesGravatar Joey Hess2013-12-05
|
* windows build fooGravatar Joey Hess2013-12-05
|
* temporarily disable webapp on windows; re-enable webdav on windowsGravatar Joey Hess2013-12-05
| | | | | | | The gcc response file should make it build with webdav (fingers crossed). webapp is waiting on a haskell platform upgrade on the autobuilder. Current one has a too old version of network for hxt to install.
* remove -v3Gravatar Joey Hess2013-12-05
|