Browse Source

Fix perl issue when asm/page.h is missing from the linux headers. See https://bugs.gentoo.org/show_bug.cgi?id=168312.

Thomas Lotterer 18 years ago
parent
commit
3d0c6830f7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      perl/perl.spec

+ 3 - 1
perl/perl.spec

@@ -33,11 +33,12 @@ Class:        CORE
 Group:        Perl
 License:      GPL/Artistic
 Version:      5.8.8
-Release:      20070714
+Release:      20071011
 
 #   list of sources
 Source0:      ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz
 Patch0:       perl.patch
+Patch1:       http://bugs.gentoo.org/attachment.cgi?id=111427
 
 #   build information
 Prefix:       %{l_prefix}
@@ -63,6 +64,7 @@ AutoReqProv:  no
 %prep
     %setup -q
     %patch -p0
+    %patch -p1 -P 1
     chmod -R u+w .
 
 %build