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
19 lines
533 B
Diff
19 lines
533 B
Diff
Description: Fix FTBFS with Perl 5.16
|
|
Patch taken from Fedora
|
|
Debian-Bug: 676263
|
|
Fedora-Bug: 839609
|
|
Author: Jitka Plesnikova
|
|
Origin: https://bugzilla.redhat.com/show_bug.cgi?id=839609
|
|
|
|
--- a/wml_backend/p3_eperl/eperl_perl5.h 2012-07-27 10:49:27.048508799 +0200
|
|
+++ b/wml_backend/p3_eperl/eperl_perl5.h 2012-07-27 10:50:16.288714291 +0200
|
|
@@ -72,9 +72,6 @@
|
|
# define PL_curstash curstash
|
|
#endif
|
|
|
|
-#ifndef WITH_THR
|
|
-# define PL_defoutgv defoutgv
|
|
-#endif
|
|
|
|
/*
|
|
Initialization of locales when building a new Perl interpreter.
|