I build OpenSSH with local OpenSSL/Zlib/Kerberos/... packages that are not in their final install directories (in part because I build some of those with --disable-shared and statically link in their libraries into OpenSSH), so the current configure gets the -R linker flags wrong. This patch adds a configure option, --without-rpath, to disable automatic use of -R; I can then add the correct -R linker arguments, if any, through --with-ldflags=... Patch will be attached. Nico
Created attachment 21 [details] configure.ac patch that adds --without-rpath option
Applied, thanks.
fixed
Mass change of RESOLVED bugs to CLOSED