diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-06-04 18:05:49 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-06-04 22:44:54 +0200 |
commit | 583edd3f865e1ba298d7e8fe765e27a0a0eb7069 (patch) | |
tree | 1267467e4f613d2bbe689cd3c01ba4ec49e5e93f /package/gpsd/0002-sconstruct-disable-rpath.patch | |
parent | 8d8b0b0525e283a83aaf704915ea50d9da2d1dea (diff) | |
download | buildroot-583edd3f865e1ba298d7e8fe765e27a0a0eb7069.tar.gz buildroot-583edd3f865e1ba298d7e8fe765e27a0a0eb7069.zip |
gpsd: bump to version 3.15
Drop upstream patches #1 and #3. Drop the no longer needed patch #2.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gpsd/0002-sconstruct-disable-rpath.patch')
-rw-r--r-- | package/gpsd/0002-sconstruct-disable-rpath.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/gpsd/0002-sconstruct-disable-rpath.patch b/package/gpsd/0002-sconstruct-disable-rpath.patch deleted file mode 100644 index 8251cfcbec..0000000000 --- a/package/gpsd/0002-sconstruct-disable-rpath.patch +++ /dev/null @@ -1,18 +0,0 @@ -Disable addition of RPATH to the generated libraries - -Signed-off-by: Simon Dawson <spdawson@gmail.com> -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - -diff -Nurp a/SConstruct b/SConstruct ---- a/SConstruct 2014-08-23 18:41:09.000000000 +0100 -+++ b/SConstruct 2014-08-25 09:46:53.754364989 +0100 -@@ -300,9 +300,6 @@ if env["sysroot"]: - - # Don't hack RPATH unless libdir points somewhere that is not on the - # minimum default load path. --if env["shared"]: -- if env["libdir"] not in ["/usr/lib", "/lib"]: -- env.Prepend(RPATH=[installdir('libdir')]) - - # Give deheader a way to set compiler flags - if 'MORECFLAGS' in os.environ: |