[Bug 770] configure --without-rpath is incomplete
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Dec 9 03:59:28 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=770
Summary: configure --without-rpath is incomplete
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: djast at cs.toronto.edu
The --without-rpath flag to ./configure is supposed to mean "Disable auto-added
-R linker paths". However, the "*-*-solaris*" section in configure.ac contains
LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
need_dash_r=1
which includes the -R option unconditionally.
Other places within configure.ac (e.g., when determining linker options for
openssl, zlib, etc.) correctly check whether need_dash_r has been unset via
--without-rpath before including -R options for them.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list