Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove debug prints; even going to stderr that breaks gnupg's configure script | 2015-01-07 | |
| | |||
* | typo | 2015-01-07 | |
| | |||
* | smarter wrapper; detect -r link option | 2015-01-07 | |
| | | | | /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: fatal error: -pie and -r are incompatible | ||
* | minor typo | 2015-01-07 | |
| | |||
* | add $@ to wrapper | 2015-01-07 | |
| | |||
* | more PATH typos | 2015-01-07 | |
| | |||
* | fix path | 2015-01-07 | |
| | |||
* | fix -fPIE option | 2015-01-07 | |
| | |||
* | subshells for cd && | 2015-01-07 | |
| | |||
* | typos | 2015-01-07 | |
| | |||
* | fix BIGNUM related openssh build breakage | 2015-01-07 | |
| | |||
* | typo | 2015-01-07 | |
| | |||
* | fix dir name | 2015-01-07 | |
| | |||
* | typo | 2015-01-07 | |
| | |||
* | android binary compatability is so bad we have to build all utilities twice | 2015-01-07 | |
| | |||
* | fix cd issue | 2015-01-05 | |
| | |||
* | Android: Provide a version built with -fPIE -pie to support Android 5.0. | 2015-01-05 | |
| | |||
* | cabal unpack --pristine | 2014-12-04 | |
| | | | | | | | Without --pristine, cabal will update the package's cabal file if a newer one is available in hackage. But that can break applying patches. Especially since the new version from hackage can apparently have dos line endings, while the version from the tarball doesn't. | ||
* | update for debian jessie, which has libgnutls28-dev, not libgnutls-dev | 2014-12-03 | |
| | |||
* | clarify where host libs come from | 2014-12-03 | |
| | |||
* | avoid false build failure in android log | 2014-11-05 | |
| | |||
* | deal with android SDK change | 2014-10-20 | |
| | | | | No longer has android-18 target, now it's android-19. | ||
* | pin git to known working version | 2014-10-16 | |
| | |||
* | update git patch to current git | 2014-10-16 | |
| | |||
* | jessie has a new enough automake, so it doesn't need to be cloned here | 2014-10-16 | |
| | |||
* | finished convering android build to pinned packages | 2014-10-16 | |
| | | | | | | | | | Package versions match Debian jessie, except for a few differences needed due to the different version of ghc pulling in a few buildin packages with other versions. Most of the patches were cherry-picked from past commits, since these are older versions. | ||
* | android rebuild WIP | 2014-10-15 | |
| | |||
* | fix build failure with empty parameter | 2014-10-15 | |
| | |||
* | no more need for .cabal/bin in PATH | 2014-10-15 | |
| | |||
* | switching android builder to debian jessie | 2014-10-14 | |
| | |||
* | avoid pinning some core libs | 2014-10-14 | |
| | | | | | These vary depending on ghc version, so need to be different in the native and android ghc cabals. | ||
* | avoid pinning more ghc builtins | 2014-10-14 | |
| | |||
* | fix path | 2014-10-14 | |
| | |||
* | don't pin base | 2014-10-14 | |
| | |||
* | make cabal.config be available whenever cabal install is run | 2014-10-14 | |
| | | | | Ensures the constraints are consistently applied. | ||
* | use cabal.config when installing native | 2014-10-14 | |
| | |||
* | use pinned package versions from cabal.config | 2014-10-14 | |
| | |||
* | actual bounds from android autobuilder | 2014-10-14 | |
| | |||
* | refresh android and no-th haskell patches to latest package versions from cabal | 2014-10-14 | |
| | | | | | | | | | | | Added a cabal.config file; the result of running cabal freeze. It's not used yet (needs a newer cabal than is in debian stable), but the plan is that once the autbuilders are swiched to jessie, this can be used to make cabal install the same versions of packages that this patch got building, and so avoid breaking every time eg, yesod is upgraded. This commit was sponsored by Daniel Atlas. | ||
* | armel autobuilder now working again! | 2014-08-15 | |
| | |||
* | git-am chooked on this because it has trailing whitespace. srsly? | 2014-08-13 | |
| | |||
* | disable HAVE_CLOCK_GETTIME to avoid needing to port librt to android | 2014-08-13 | |
| | |||
* | update git patch | 2014-08-13 | |
| | |||
* | Merge orca:/tmp/build | 2014-07-14 | |
|\ | |||
| * | refresh haskell patches | 2014-07-14 | |
| | | |||
* | | remove bloomfilter patch no longer needed | 2014-07-14 | |
|/ | |||
* | deal with android SDK change | 2014-07-04 | |
| | | | | No longer has android-17 target, now it's android-18. | ||
* | update android haskell patches | 2014-07-04 | |
| | |||
* | Android: patch git to avoid fchmod, which fails on /sdcard. | 2014-07-03 | |
| | |||
* | skein patch seems to be needed for arm as well as android | 2014-06-10 | |
| | | | | I don't understand why this patch is needed. |