|
Description
|
The commands in ucbcmd need to set their runpaths to /usr/ucblib.
They do this by setting LD_RUN_PATH before the link. It would
be better to just use -R on the link line. In this case, better
because when gcc is fixed to set the runpath properly for
things it builds (6223255), likely by providing the proper -R
for everything, LD_RUN_PATH will be ignored by the linker, breaking
real builds of ON with gcc.
|