]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added Win32 to modules excluded from perl requires
authorpius <pius@pld-linux.org>
Tue, 2 Nov 1999 11:09:52 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.9

rpm-perl-macros.patch

index 64f3b51f589cf4d10f056268cef3b7358ccd163a..be01cc714e9795668ea129058feb6f3375337b23 100644 (file)
 +      # we don't provide platform specific modules for platforms other 
 +      # than unix so we also shouldn't require them
  
-+      ($module =~ m/(Mac|OS2|MSDOS)::/) && next;
++      ($module =~ m/(Mac|OS2|MSDOS|Win32)::/) && next;
  
        $require{$module}=$version;
        $line{$module}=$_;
This page took 0.09606 seconds and 4 git commands to generate.