From 51cd2cfef22894b995fa66c43f06d2ce25bde934 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 Feb 2018 11:59:45 -0400 Subject: remove chrpath hack Makefile: Remove chrpath workaround for bug in cabal, which is no longer needed. https://github.com/haskell/cabal/issues/2717 says it uses RUNPATH instead of RPATH now, but I don't even see that for statically linked libraries; the bug with that appears to be fixed. cabal-install version 1.24.0.2 compiled using version 1.24.2.0 of the Cabal library I left the rpath removal using otool on OSX because those straight up broke the linker, and I don't know if the OSX autobuilder is updated to a new enough cabal to not need it. This commit was sponsored by Ewen McNeill on Patreon. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 75f1e383a..7083e20cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -33,6 +33,8 @@ git-annex (6.20180113) UNRELEASED; urgency=medium * sync: Fix bug that prevented pulling changes into direct mode repositories that were committed to remotes using git commit rather than git-annex sync. + * Makefile: Remove chrpath workaround for bug in cabal, + which is no longer needed. -- Joey Hess Wed, 24 Jan 2018 20:42:55 -0400 -- cgit v1.2.3