mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
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.