aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-27 11:59:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-27 12:02:38 -0400
commit51cd2cfef22894b995fa66c43f06d2ce25bde934 (patch)
tree9778a3c08e98b4cac17d67992bc6df0ed31cad6a /doc
parent832c016fccbb714c53fc084cddf303890ded1e04 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/fromsource.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index 7973e3dc9..c46321099 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -83,7 +83,7 @@ Get the git-annex source code, and inside the source tree, run:
To build with all features enabled, including the assistant and webapp,
you will need to install several C libraries and their headers,
-including libgnutls, libgsasl, libxml2, libmagic, zlib, and chrpath. How to do
+including libgnutls, libgsasl, libxml2, libmagic, and zlib. How to do
that for your OS is beyond the scope of this page.
Once the C libraries are installed, run inside the source tree: