The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gpsd / 0002-sconstruct-disable-rpath.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/gpsd/0002-sconstruct-disable-rpath.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/gpsd/0002-sconstruct-disable-rpath.patch
new file mode 100644 (file)
index 0000000..8251cfc
--- /dev/null
@@ -0,0 +1,18 @@
+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: