|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# 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. |
|
|
|
# |
|
|
@ -13,7 +13,7 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
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" |
|
|
|
|
|
|
@ -33,6 +33,7 @@ fi |
|
|
|
# let -D and -U override definitions from loaded configuration file |
|
|
|
var_append extraconfopt ' ' "-O" |
|
|
|
var_append extraconfopt ' ' "-Dusevendorprefix" |
|
|
|
var_append extraconfopt ' ' "-Dvendorprefix=/usr" |
|
|
|
|
|
|
|
# build a shared libperl |
|
|
|
if [ "$SDECFG_STATIC" != 1 ]; then |
|
|
|