Bug 106 - RFE: --without-rpath configure option
Summary: RFE: --without-rpath configure option
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: All All
: P2 enhancement
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-07 07:12 AEDT by Nicolas Williams
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments
configure.ac patch that adds --without-rpath option (492 bytes, patch)
2002-02-07 07:13 AEDT, Nicolas Williams
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Williams 2002-02-07 07:12:08 AEDT
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
Comment 1 Nicolas Williams 2002-02-07 07:13:49 AEDT
Created attachment 21 [details]
configure.ac patch that adds --without-rpath option
Comment 2 Damien Miller 2002-02-13 23:07:10 AEDT
Applied, thanks.
Comment 3 Damien Miller 2002-02-14 08:39:42 AEDT
fixed
Comment 4 Damien Miller 2004-04-14 12:24:17 AEST
Mass change of RESOLVED bugs to CLOSED