Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thomas Gambier
slapos
Commits
201211cd
Commit
201211cd
authored
May 28, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up : perl 5.20.0.
parent
c4ebb07a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
component/perl/buildout.cfg
component/perl/buildout.cfg
+3
-3
component/perl/perl-keep-linker-flags-in-ldflags.patch
component/perl/perl-keep-linker-flags-in-ldflags.patch
+10
-10
No files found.
component/perl/buildout.cfg
View file @
201211cd
...
@@ -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_} \
...
...
component/perl/perl-keep-linker-flags-in-ldflags.patch
View file @
201211cd
--- perl-5.
12.3/Configure.orig 2011-01-09 21:20:52.000000000 +01
00
--- perl-5.
20.0/Configure.orig 2014-05-28 15:27:22.865060361 +02
00
+++ perl-5.
12.3/Configure 2011-01-26 19:33:33.106561007 +01
00
+++ perl-5.
20.0/Configure 2014-05-28 15:32:14.297064994 +02
00
@@ -8
092,16 +8092
,7 @@
@@ -8
277,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' ;;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment