File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
build-scripts/manylinux-container-image Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ index 52a3d607bd..b67a1c477f 100644
55@@ -10,8 +10,14 @@ 
66 # form, or passed as variable assignments on the command line.
77 # The result is a Perl module creating the package OpenSSL::safe::installdata.
8-   
8+ 
99+ use 5.10.0;
1010+ use strict;
1111+ use warnings;
@@ -15,7 +15,7 @@ index 52a3d607bd..b67a1c477f 100644
1515- use List::Util qw(pairs);
1616+ #use List::Util qw(pairs);
1717+ sub _pairs (@);
18-   
18+ 
1919 # These are expected to be set up as absolute directories
2020 my @absolutes = qw(PREFIX libdir);
2121@@ -19,9 +25,9 @@  my @absolutes = qw(PREFIX libdir);
@@ -30,9 +30,9 @@ index 52a3d607bd..b67a1c477f 100644
3030+                                      CMAKECONFIGDIR) ]);
3131 # For completeness, other expected variables
3232 my @others = qw(VERSION LDLIBS);
33-   
33+ 
3434@@ -151,3 +157,17 @@  our \@LDLIBS                     =
35-   
35+ 
3636 1;
3737 _____
3838+ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments