| Summary: | Configure Script contains /usr/local/lib /usr/local/include FLAGS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Doug Chimento <douglas.chimento> | ||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | trivial | ||||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | Solaris | ||||||
| Attachments: |
|
||||||
|
Description
Doug Chimento
2002-01-25 08:19:46 AEDT
Created attachment 298 [details]
Remove /usr/local as implicit include/library search path
I am afraid that removing /usr/local will increase the number of support
queries, OTOH I see your point.
This patch would need to be tested widely.
This has recently been fixed: - (tim) [configure.ac] Remove hard coded -L/usr/local/lib and -I/usr/local/include. Users can do LDFLAGS="-L/usr/local/lib" \ CPPFLAGS="-I/usr/local/include" ./configure if needed. Mass change of RESOLVED bugs to CLOSED |