From c8a222f2adf7f7933124ebd17064acf54e6e3ff3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 26 Jul 2012 09:25:37 +0200 Subject: gpsd: remove patch to handle ncurses5-config custom location Now that ncurses has been bumped to 5.9, it installs .pc files for pkg-config, which allows gpsd to find it properly without the need to specify a custom location for ncurses5-config. Since gpsd now uses pkg-config to find the ncurses library, we also add host-pkg-config in the dependencies. Signed-off-by: Thomas Petazzoni --- package/gpsd/gpsd-02-sconstruct-disable-rpath.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/gpsd/gpsd-02-sconstruct-disable-rpath.patch (limited to 'package/gpsd/gpsd-02-sconstruct-disable-rpath.patch') diff --git a/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch new file mode 100644 index 000000000..5476450e4 --- /dev/null +++ b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch @@ -0,0 +1,17 @@ +Disable addition of RPATH to the generated libraries + +Signed-off-by: Thomas Petazzoni + +Index: b/SConstruct +=================================================================== +--- a/SConstruct ++++ b/SConstruct +@@ -273,8 +273,6 @@ + env.Prepend(LIBPATH=[installdir('libdir')]) + else: + env.Prepend(LIBPATH=[env["sysroot"] + installdir('libdir')]) +-if env["shared"]: +- env.Prepend(RPATH=[installdir('libdir')]) + + # Give deheader a way to set compiler flags + if 'MORECFLAGS' in os.environ: -- cgit v1.2.3