Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
26 lines
944 B
Diff
26 lines
944 B
Diff
diff --git a/lib/Archive/Libarchive/Lib.pm b/lib/Archive/Libarchive/Lib.pm
|
|
index 3fcbcf4..214df7a 100644
|
|
--- a/lib/Archive/Libarchive/Lib.pm
|
|
+++ b/lib/Archive/Libarchive/Lib.pm
|
|
@@ -3,7 +3,7 @@ package Archive::Libarchive::Lib;
|
|
use strict;
|
|
use warnings;
|
|
use 5.020;
|
|
-use FFI::CheckLib 0.30 qw( find_lib_or_die );
|
|
+use FFI::CheckLib qw( find_lib_or_die );
|
|
use Encode qw( decode );
|
|
use experimental qw( signatures );
|
|
|
|
index 3fcbcf4..718caed 100644
|
|
--- a/lib/Archive/Libarchive/Lib.pm
|
|
+++ b/lib/Archive/Libarchive/Lib.pm
|
|
@@ -23,7 +23,7 @@ L<Archive::Libarchive>.
|
|
|
|
sub lib
|
|
{
|
|
- $ENV{ARCHIVE_LIBARCHIVE_LIB_DLL} // find_lib_or_die( lib => 'archive', symbol => ['archive_read_free','archive_write_free','archive_free'], alien => ['Alien::Libarchive3'] );
|
|
+ $ENV{ARCHIVE_LIBARCHIVE_LIB_DLL} // find_lib_or_die( lib => 'archive', symbol => ['archive_read_free','archive_write_free','archive_free'], libpath => '@@libarchive@@' );
|
|
}
|
|
|
|
sub ffi
|