mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +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.
Description
Languages
Shell
93%
Python
6.9%