Commits
- Commit:
9067b8a0aa11ae8c07f215d9e932c8c86b120da9
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: fix up log.c file location
- Commit:
67356dacdf3d2007b348e723f20bbc3af06090f5
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: gitwrapper: remove unused LIBS
libevent doesn't need to link against libevent, but it will need its
CFLAGS.
- Commit:
597a3a4065e65c1221f87cb46b641feda770e538
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: sync gitwrapper deps
This reduces the dependency set, and syncs with got.
From naddy@.
- Commit:
adafacd3356d54a893e7181d7fb63363129f7c64
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: configure gitwrapper/gotd paths
Rather than hard-code assumptions into gitwrapper and gotd binaries,
allow for some values to be overriden at compile time.
This should help portability.
- Commit:
4efc8dcb177f6c378c12a7d91f51e6ae4e80078b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotd/gitwrapper: update for libs
Bring gotd and gitwrapper closer to how libraries are detected.