public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: gpsd-3.11-rpath.patch
@ 2014-10-30 21:16 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-10-30 21:16 UTC (permalink / raw
  To: gentoo-commits

vapier      14/10/30 21:16:11

  Added:                gpsd-3.11-rpath.patch
  Log:
  Update ebuild to match latest git source #527000 by Michal Privoznik.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.1                  sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/gpsd-3.11-rpath.patch?rev=1.1&content-type=text/plain

Index: gpsd-3.11-rpath.patch
===================================================================
don't set the -rpath flag to the install dir as this breaks DESTDIR

--- a/SConstruct
+++ b/SConstruct
@@ -287,7 +287,7 @@
 
 # Don't hack RPATH unless libdir points somewhere that is not on the
 # minimum default load path.
-if env["shared"]:
+if env["shared"] and env["chrpath"]:
     if env["libdir"] not in ["/usr/lib", "/lib"]:
         env.Prepend(RPATH=[installdir('libdir')])





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-30 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 21:16 [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: gpsd-3.11-rpath.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox