aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* speedo: Include Windows patch for gpgme 1.12.0Werner Koch2018-11-051-0/+36
| | | | | | | -- We don't want to do a release of gpgme right now, so we include just this minimal but important fix.
* speedo: Build sqlite with static-libgcc.Werner Koch2016-05-041-0/+42
| | | | | | | | * build-aux/speedo/patches/sqlite.patch: New. * Makefile.am (EXTRA_DIST): Add file. -- Signed-off-by: Werner Koch <[email protected]>
* speedo: Improve speedo Makefile.Werner Koch2014-09-171-0/+19
| | | | | | | | | | -- Building for the native platform is now a mere make -f build-aux/speedo.mk native You may also use "help" as target.
* speedo: Revamped speedo and include a w32 installer.Werner Koch2014-06-102-0/+698
* build-aux/speedo/: New. * build-aux/speedo/w32/: New. -- The new installer uses some code from Gpg4win but is much smaller and easier to maintain. To build an installer, unpack GnuPG and then run make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer ~/mytarballs is a directory with tarballs of external libraries. See speedo.mk for a list of them. WARNING: The installed W32 version does not correctly work right now.