gpsd: bump version to 3.10

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Simon Dawson 2013-11-23 11:35:25 +00:00 committed by Peter Korsgaard
parent 85ccc07b74
commit 07e502689f
2 changed files with 8 additions and 9 deletions

View File

@ -2,14 +2,13 @@ Disable addition of RPATH to the generated libraries
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Index: b/SConstruct diff -Nurp a/SConstruct b/SConstruct
=================================================================== --- a/SConstruct 2013-11-22 13:10:01.000000000 +0000
--- a/SConstruct +++ b/SConstruct 2013-11-23 11:26:57.698486777 +0000
+++ b/SConstruct @@ -287,8 +287,6 @@ def installdir(dir, add_destdir=True):
@@ -273,8 +273,6 @@ # Honor the specified installation prefix in link paths.
env.Prepend(LIBPATH=[installdir('libdir')]) if env["sysroot"]:
else: env.Prepend(LIBPATH=[env["sysroot"] + installdir('libdir', add_destdir=False)])
env.Prepend(LIBPATH=[env["sysroot"] + installdir('libdir')])
-if env["shared"]: -if env["shared"]:
- env.Prepend(RPATH=[installdir('libdir')]) - env.Prepend(RPATH=[installdir('libdir')])

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
GPSD_VERSION = 3.9 GPSD_VERSION = 3.10
GPSD_SITE = http://download-mirror.savannah.gnu.org/releases/gpsd/ GPSD_SITE = http://download-mirror.savannah.gnu.org/releases/gpsd/
GPSD_LICENSE = BSD-3c GPSD_LICENSE = BSD-3c
GPSD_LICENSE_FILES = COPYING GPSD_LICENSE_FILES = COPYING