diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-10-29 07:16:30 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-10-29 07:16:30 -0400 |
commit | f3adec1a61ff5753503f21d41a0475a01677d9f4 (patch) | |
tree | 19a618b3ed395d6842a0f892d7ee296eaa2c6916 /build.txt | |
parent | f7d9a656134c581ec5595cc75f6703f5f973ff82 (diff) | |
download | gpsd-f3adec1a61ff5753503f21d41a0475a01677d9f4.tar.gz |
Oh, good, chrpath 0.14 has shipped and has a permanent home.
Diffstat (limited to 'build.txt')
-rw-r--r-- | build.txt | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -259,15 +259,6 @@ sysroot option. arm-indigo-linux-gnueabi-gcc and related tools are available in PATH; your cross-compiler is likely to have a different target prefix. -Also, a warning about chrpath: - -This used to be an optional dependency. We've made it required -because too many people are confused by what happens when chrpath -is not present, and by the workarounds this requires. - -Unfortunarely, this leads to a problem when when cross-compiling. The -problem is that, as of version 0.13, chrpath can only edit binaries -for the host it's running on. There's an unmerged patch to fix this -at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502259 - - +When you are cross-compiling, you'll need chrpath at version 0.14 or +later for cross-architecture support. If it's not yet packaged for +your environment, see http://alioth.debian.org/projects/chrpath/ |