aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo/patches (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-04speedo: Build sqlite with static-libgcc.Werner Koch1-0/+42
* build-aux/speedo/patches/sqlite.patch: New. * Makefile.am (EXTRA_DIST): Add file. -- Signed-off-by: Werner Koch <[email protected]>
2014-09-17speedo: Improve speedo Makefile.Werner Koch1-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.
2014-06-10speedo: Revamped speedo and include a w32 installer.Werner Koch2-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.