summaryrefslogtreecommitdiffstats
path: root/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2014-01-04 11:08:36 +0000
committerPeter Korsgaard <peter@korsgaard.com>2014-01-04 21:06:01 +0100
commit05eba6c79ea05bcc3acea6e1cec7612efade265b (patch)
treeab0126d5630085354fe2a2243f14e793ff173730 /package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
parent38332d86ac07b34c8c925a650073848725dab948 (diff)
downloadbuildroot-05eba6c79ea05bcc3acea6e1cec7612efade265b.tar.gz
buildroot-05eba6c79ea05bcc3acea6e1cec7612efade265b.zip
gpsd: bump git snapshot
The 3.11 release of gpsd still hasn't materialised. For now, bump the Git snapshot again, removing local patches that have now been merged upstream. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gpsd/gpsd-02-sconstruct-disable-rpath.patch')
-rw-r--r--package/gpsd/gpsd-02-sconstruct-disable-rpath.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
index 155542d556..5cbdf13a58 100644
--- a/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
+++ b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
@@ -13,7 +13,7 @@ diff -Nurp a/SConstruct b/SConstruct
-if env["shared"]:
- sysrpath = Split(_getoutput("ldconfig -v -N -X 2>/dev/null | sed -n -e '/^\//s/://p'"))
- if env["libdir"] not in ["/usr/lib", "/lib"] + sysrpath:
-- announce("Prepending %s to RPATH." % installdir('libdir'))
+- announce("Prepending %s to RPATH." % installdir('libdir', False))
- env.Prepend(RPATH=[installdir('libdir')])
# Give deheader a way to set compiler flags
OpenPOWER on IntegriCloud