Skip to content

Commit

Permalink
archivers/rubygem-libarchive: Fix build with Ruby 3.x
Browse files Browse the repository at this point in the history
PR:		262525
Approved by:	maintainer timeout
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2022
1 parent 3094d70 commit b494b8b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- ext/libarchive_internal.h.orig 2022-03-08 07:22:32 UTC
+++ ext/libarchive_internal.h
@@ -28,7 +28,6 @@
#include <archive_entry.h>

#include <ruby.h>
-#include <rubysig.h>

#ifdef _WIN32
#include "libarchive_win32.h"

0 comments on commit b494b8b

Please sign in to comment.