Opened 6 years ago

Last modified 4 years ago

#58123 closed defect

ruby @1.8.7-p374_7 fails to build because asn1_mac.h was removed from libressl-devel — at Version 1

Reported by: hakoyamah Owned by: kimuraw (kimura wataru)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: ruby

Description (last modified by ryandesign (Ryan Carsten Schmidt))

asn1_mac.h was removed from libressl-devel, so ruby-1.8.7 fails to build. Patches to use asn1.h may be a workaround.

-#include <openssl/asn1_mac.h>
+#include <openssl/asn1.h>

Change History (1)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: haspatch added; libressl-devel removed
Owner: set to kimuraw
Port: @1.8.7-p374_7 removed
Status: newassigned
Summary: ruby-1.8.7 fails to build because asn1_mac.h was removed from libressl-develruby @1.8.7-p374_7 fails to build because asn1_mac.h was removed from libressl-devel
Note: See TracTickets for help on using tickets.