| Summary: | configure looks in /usr/local for OpenSSL and zlib, even when --with-ssl-dir and --with-zlib are set | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | sconeu |
| Component: | Build system | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | aixtools |
| Priority: | P5 | ||
| Version: | 6.6p1 | ||
| Hardware: | Other | ||
| OS: | Other | ||
|
Description
sconeu
2014-07-30 08:48:21 AEST
Or alternatively, at least put /usr/local at the END of the library search path instead of the front. This not uncommon. I suspect it is in the autoconf code to always put it there as a possibility. However, looking through many config.log files I do believe it is convention to look at the --with... variables first. What I have also needed to do is add LDFLAGS to get the linking to do what I want/expect - this is how I have been able to keep /usr/local/anything out of anything I package. |