3 Commits

2 changed files with 7 additions and 6 deletions
Unified View
  1. +3
    -2
      perl/perl/perl.conf
  2. +4
    -4
      perl/perl/perl.desc

+ 3
- 2
perl/perl/perl.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../perl/perl.conf # Filename: package/.../perl/perl.conf
# Copyright (C) 2012 - 2015 The OpenSDE Project
# Copyright (C) 2012 - 2017 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -13,7 +13,7 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
untar_cross_perl() { untar_cross_perl() {
tar -v $taropt $( match_source_file -p cross perl ) -C $builddir/
tar -v $taropt $( match_source_file -p cross perl ) --strip-components=1 -C $builddir/perl-$ver/
} }
hook_add prepatch 1 "untar_cross_perl" hook_add prepatch 1 "untar_cross_perl"
@ -33,6 +33,7 @@ fi
# let -D and -U override definitions from loaded configuration file # let -D and -U override definitions from loaded configuration file
var_append extraconfopt ' ' "-O" var_append extraconfopt ' ' "-O"
var_append extraconfopt ' ' "-Dusevendorprefix" var_append extraconfopt ' ' "-Dusevendorprefix"
var_append extraconfopt ' ' "-Dvendorprefix=/usr"
# build a shared libperl # build a shared libperl
if [ "$SDECFG_STATIC" != 1 ]; then if [ "$SDECFG_STATIC" != 1 ]; then

+ 4
- 4
perl/perl/perl.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../perl/perl.desc [COPY] Filename: package/.../perl/perl.desc
[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2020 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf [COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY] [COPY]
@ -33,8 +33,8 @@
[L] GPL Artistic [L] GPL Artistic
[S] Stable [S] Stable
[V] 5.20.2
[V] 5.32.0
[P] X -1-3---7-9 102.000 [P] X -1-3---7-9 102.000
[D] 4282364038 perl-5.20.2.tar.gz http://www.cpan.org/src/5.0/
[D] 383924659 perl-5.20.2-cross-0.9.7.tar.gz https://raw.github.com/arsv/perl-cross/releases/
[D] 1632382737 perl-5.32.0.tar.gz http://www.cpan.org/src/5.0/
[D] 4221113485 perl-cross-1.3.4.tar.gz https://github.com/arsv/perl-cross/releases/download/1.3.4/

Loading…
Cancel
Save