Loading package/gpsd/gpsd-03-sconstruct-disable-rpath.patch 0 → 100644 +17 −0 Original line number Diff line number Diff line Disable addition of RPATH to the generated libraries Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 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: Loading
package/gpsd/gpsd-03-sconstruct-disable-rpath.patch 0 → 100644 +17 −0 Original line number Diff line number Diff line Disable addition of RPATH to the generated libraries Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 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: