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')])
