File: redhat-with-thr.diff

package info (click to toggle)
eperl 2.2.14-23
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 2,320 kB
  • sloc: ansic: 4,692; perl: 584; sh: 556; makefile: 359
file content (19 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

--- eperl-2.2.14/eperl_perl5.h 2012-07-27 10:49:27.048508799 +0200
+++ eperl-2.2.14/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.