summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-29 07:16:30 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-29 07:16:30 -0400
commitf3adec1a61ff5753503f21d41a0475a01677d9f4 (patch)
tree19a618b3ed395d6842a0f892d7ee296eaa2c6916 /SConstruct
parentf7d9a656134c581ec5595cc75f6703f5f973ff82 (diff)
downloadgpsd-f3adec1a61ff5753503f21d41a0475a01677d9f4.tar.gz
Oh, good, chrpath 0.14 has shipped and has a permanent home.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 1 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index 2620e905..6db4fc5d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -373,11 +373,7 @@ config = Configure(env, custom_tests = { 'CheckPKG' : CheckPKG,
'CheckExecutable' : CheckExecutable,
'CheckXsltproc' : CheckXsltproc})
-# The build is fragile when chrpath is not present, so we've made it
-# mandatory. Unfortunately, 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
-#
+# The build is fragile when chrpath is not present, so we've made it mandatory.
if config.CheckExecutable('$CHRPATH -v', 'chrpath'):
# Tell generated binaries to look in the current directory for
# shared libraries so we can run tests without hassle. Should be