sudo-project/sudo

--disable-rpath , It's not working on my machine.

BornThisWay opened this issue · 2 comments

image
Linux:5.10.0
aarch64
gcc: 10.3.1

That option just prevents the -R option from being passed to the linker with each directory specified with -L. It does not prevent the ELF RPATH or RUNPATH from being set.

ok, thanks