]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed List::Util broken by hack in build (undefined symbol cxinc) auto/ac/perl-5_8_2-3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Dec 2003 14:27:58 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    perl.spec -> 1.245

perl.spec

index 1f970e68d3fce297ba864a31fc3ae28d66c10c6f..25838283e49d300014609c8a1b2f441ce1296838 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -58,7 +58,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.8.2
-Release:       2%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
+Release:       3%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
 Epoch:         1
 License:       GPL or Artistic
 Group:         Development/Languages/Perl
@@ -669,7 +669,7 @@ mv ext/List/Util/lib/List/Util.pm ext/List/Util
 rm -f ext/List/Util/Makefile.PL
 cat <<EOF > ext/List/Util/Makefile.PL
 use ExtUtils::MakeMaker;
-WriteMakefile(NAME=>"List::Util", VERSION_FROM=>"Util.pm");
+WriteMakefile(NAME=>"List::Util", VERSION_FROM=>"Util.pm", DEFINE=>"-DPERL_EXT");
 EOF
 
 %{__make} \
This page took 0.073044 seconds and 4 git commands to generate.