File disable-tests-term.patch of Package perl-Term-Terminfo
@@ -0,0 +1,13 @@ diff --git a/Build.PL b/Build.PL index af46257..dc108d5 100644 --- a/Build.PL +++ b/Build.PL @@ -22,7 +22,7 @@ else { #include <stdio.h> #include <term.h> int main(int argc, char *argv[]) { - TERMINAL *term = cur_term; +// TERMINAL *term = cur_term; return 0; } EOF