Commit 201211cd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : perl 5.20.0.

parent c4ebb07a
...@@ -9,15 +9,15 @@ parts = ...@@ -9,15 +9,15 @@ parts =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${gdbm:version} ${gdbm:version}
version = 5.18.2 version = 5.20.0
# increase revision when we need to rebuild binary libraries. # increase revision when we need to rebuild binary libraries.
revision = 1 revision = 1
url = http://www.cpan.org/src/5.0/perl-${:version}.tar.bz2 url = http://www.cpan.org/src/5.0/perl-${:version}.tar.bz2
md5sum = d549b16ee4e9210988da39193a9389c1 md5sum = 20cbecd4e9e880ee7a50a136c8b1484e
siteprefix = ${buildout:parts-directory}/site_${:_buildout_section_name_} siteprefix = ${buildout:parts-directory}/site_${:_buildout_section_name_}
patch-options = -p1 patch-options = -p1
patches = patches =
${:_profile_base_location_}/perl-keep-linker-flags-in-ldflags.patch#9873a89c969bd5a478434c3b8b2d57d8 ${:_profile_base_location_}/perl-keep-linker-flags-in-ldflags.patch#4e8e0c59d7176eafb0c7402dea17bef1
configure-command = configure-command =
sh Configure -des \ sh Configure -des \
-Dprefix=${buildout:parts-directory}/${:_buildout_section_name_} \ -Dprefix=${buildout:parts-directory}/${:_buildout_section_name_} \
......
--- perl-5.12.3/Configure.orig 2011-01-09 21:20:52.000000000 +0100 --- perl-5.20.0/Configure.orig 2014-05-28 15:27:22.865060361 +0200
+++ perl-5.12.3/Configure 2011-01-26 19:33:33.106561007 +0100 +++ perl-5.20.0/Configure 2014-05-28 15:32:14.297064994 +0200
@@ -8092,16 +8092,7 @@ @@ -8277,16 +8277,7 @@
case "$dflt" in case "$dflt" in
none) dflt='' ;; none) dflt='' ;;
esac esac
- for thisflag in $ldflags; do - for thisflag in $ldflags; do
- case "$thisflag" in - case "$thisflag" in
- -L*|-R*|-Wl,-R*) - -L*|-R*|-Wl,-R*)
- case " $dflt " in - case " $dflt " in
- *" $thisflag "*) ;; - *" $thisflag "*) ;;
- *) dflt="$dflt $thisflag" ;; - *) dflt="$dflt $thisflag" ;;
- esac - esac
- ;; - ;;
- esac - esac
- done - done
+ dflt="$dflt $ldflags" + dflt="$dflt $ldflags"
case "$dflt" in case "$dflt" in
''|' ') dflt='none' ;; ''|' ') dflt='none' ;;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment