Opened 6 years ago
Last modified 2 years ago
#58124 assigned defect
kerberos5 fails to build because asn1_mac.h was removed from libressl-devel
Reported by: | hakoyamah | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | kerberos5 |
Description
asn1_mac.h was removed from libressl-devel, so kerberos5 fails to build. Patches to use asn1.h may be a workaround.
-#include <openssl/asn1_mac.h> +#include <openssl/asn1.h>
Change History (4)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Keywords: | libressl removed |
---|---|
Owner: | set to ryandesign |
Status: | new → assigned |
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
I guess our libressl.patch will need to be updated in some way. I'm not planning on working on it right now, so if somebody else wanted to submit a patch or PR that would be good.
comment:3 Changed 5 years ago by jerryyhom
comment:4 Changed 2 years ago by jerryyhom
I don't know if the above patch solved the issue, but the overall issue is now moot. This ticket may be closed.
Note: See
TracTickets for help on using
tickets.
In the future, please add the port maintainer(s) to Cc (
port info --maintainers kerberos5
), if any.