perl: enable usevendorprefix.
This commit is contained in:
parent
7f2e17d231
commit
058993262d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'perl'.
|
||||
pkgname=perl
|
||||
version=5.24.0
|
||||
revision=1
|
||||
revision=2
|
||||
_perl_cross_version=1.0.3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="less"
|
||||
|
@ -143,7 +143,7 @@ for f in ${provides}; do
|
|||
done
|
||||
|
||||
do_configure() {
|
||||
local _args="-Dusethreads -Duseshrplib -Dusesoname
|
||||
local _args="-Dusethreads -Duseshrplib -Dusesoname -Dusevendorprefix
|
||||
-Dprefix=/usr -Dvendorprefix=/usr
|
||||
-Dprivlib=/usr/share/perl5/core_perl
|
||||
-Darchlib=/usr/lib/perl5/core_perl
|
||||
|
|
Loading…
Reference in a new issue