[Bug 2261] New: configure looks in /usr/local for OpenSSL and zlib, even when --with-ssl-dir and --with-zlib are set
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jul 30 08:48:21 EST 2014
https://bugzilla.mindrot.org/show_bug.cgi?id=2261
Bug ID: 2261
Summary: configure looks in /usr/local for OpenSSL and zlib,
even when --with-ssl-dir and --with-zlib are set
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: Other
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: sconeu at yahoo.com
When configure checks for zlib, it automaticaly prepends /usr/local/lib
to the linker search path, even when --with zlib is set. This messes
up cross compiles on HP Nonstop.
Similarly, when it's checking for OpenSSL, it does the same thing, even
when --with-ssl-dir is set.
Configure should check use the withval's for zlib and OpenSSL, and only
if they're not specified, use /usr/local/[whatever].
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list