Opened 5 years ago
Closed 5 years ago
#59009 closed enhancement (fixed)
[openssh] fix "checking if programs using OpenSSL functions will link" configure failure
Reported by: | RJVB (René Bertin) | Owned by: | Ionic (Mihai Moldovan) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | has_patch | Cc: | |
Port: | openssh |
Description
Since the update to OpenSSL 1.1x the configure procedure for port:openssh has a non-fatal failure in the test checking if programs using OpenSSL functions will link. That test is in fact a test for the SSLeay_add_all_algorithms
macro which no longer exists in 1.1.1c .
I haven't checked the implications of this failure (how?) but made a quick patch that updates the test so it no longer fails.
Attachments (1)
Change History (3)
Changed 5 years ago by RJVB (René Bertin)
Attachment: | patch-openssl.diff added |
---|
comment:1 Changed 5 years ago by Ionic (Mihai Moldovan)
Owner: | set to Ionic |
---|---|
Status: | new → accepted |
comment:2 Changed 5 years ago by Mihai Moldovan <ionic@…>
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 715635bdfb881e287a52e23b298e379a4e9c03ac/macports-ports (master):