sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.16k stars 208 forks source link

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

Closed BornThisWay closed 1 year ago

BornThisWay commented 1 year ago

image Linux:5.10.0 aarch64 gcc: 10.3.1

millert commented 1 year ago

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.

BornThisWay commented 1 year ago

ok, thanks