diff options
author | Richard Hartmann <richih@debian.org> | 2014-01-19 22:41:36 +0100 |
---|---|---|
committer | Richard Hartmann <richih@debian.org> | 2014-01-19 22:41:36 +0100 |
commit | 47b4d0ec8a73a094be9594c38b3659a48a0691a4 (patch) | |
tree | 50bbab3fec0d8b87f7faf45358a3a23088a0a018 /doc/devblog/day_99__catching_up_again.mdwn | |
parent | 43e98b41b729add95c72fc1b20e84751df3ea138 (diff) |
Typo
Diffstat (limited to 'doc/devblog/day_99__catching_up_again.mdwn')
-rw-r--r-- | doc/devblog/day_99__catching_up_again.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_99__catching_up_again.mdwn b/doc/devblog/day_99__catching_up_again.mdwn index e82c436bf..118a21f8d 100644 --- a/doc/devblog/day_99__catching_up_again.mdwn +++ b/doc/devblog/day_99__catching_up_again.mdwn @@ -7,7 +7,7 @@ fixes to make it build on all architectures again, and then the backport can be updated again too. I have been struggling with a problem with the OSX builds, which fail with -a SIGILL on some machines. It seems that homebrew likes to agressively +a SIGKILL on some machines. It seems that homebrew likes to agressively optimise things it builds, and while I have had some success with its `--build-bottle` option, something in the gnutls stack used for XMPP is still over-optimised. Waiting to hear back from Kevin on cleaning up some |