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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to