summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-07 14:21:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-07 14:22:14 -0400
commit4de51768d9633fcef3c46e6c439892fd752d83b6 (patch)
treee34b5dc6bc440f2d13110ee3ddb0a633fec98873 /CHANGELOG
parent885611d95b428c09f7605a4629274f58d714172a (diff)
OSX: Remove RPATHs from git-annex binary, which are not needed, slow down startup, and break the OSX Sierra linker.
ghc 8.0.2 may make this unncessary, but it's not in a stackage version yet, so put in a workaround. Note that the linux builds already delete the RPATHs for similar reasons. This commit was sponsored by Josh Taylor on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d4192db48..a6b734ae9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,8 @@ git-annex (6.20161032) UNRELEASED; urgency=medium
* Webapp: Don't list the Frankfurt region, as this (and some other new
regions) need V4 authorization which the aws library does not yet use.
* reinject --known: Avoid second, unncessary checksum of file.
+ * OSX: Remove RPATHs from git-annex binary, which are not needed,
+ slow down startup, and break the OSX Sierra linker.
-- Joey Hess <id@joeyh.name> Tue, 01 Nov 2016 14:02:06 -0400