Michael Marineau be95f25ca1 app-emulation/open-vm-tools: fix rpath issues with sysroot
Adding "-Ldir" to the link flags causes libtool to also add "-rpath
dir". So if dir includes the expanded sysroot the resulting binary is
going to wind up referring a path that doesn't exist. To avoid this use
the special "=" path prefix that causes the linker to expand sysroot.
2016-09-09 16:19:54 -07:00
..