bugzilla-daemon at mindrot.org
2002-Feb-06 20:12 UTC
[Bug 106] New: RFE: --without-rpath configure option
http://bugzilla.mindrot.org/show_bug.cgi?id=106 Summary: RFE: --without-rpath configure option Product: Portable OpenSSH Version: 3.0.2p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: Nicolas.Williams at ubsw.com 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 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.