perl: fix perl-cross flag fiddling.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'perl'.
|
# Template build file for 'perl'.
|
||||||
pkgname=perl
|
pkgname=perl
|
||||||
version=5.24.0
|
version=5.24.0
|
||||||
revision=2
|
revision=3
|
||||||
_perl_cross_version=1.0.3
|
_perl_cross_version=1.0.3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="less"
|
hostmakedepends="less"
|
||||||
@@ -142,6 +142,10 @@ for f in ${provides}; do
|
|||||||
replaces+=" $($XBPS_UHELPER_CMD getpkgname ${f})>=0"
|
replaces+=" $($XBPS_UHELPER_CMD getpkgname ${f})>=0"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '/FILE_OFFSET_BITS/s/=64"/=64 "/' cnf/configure_prog.sh
|
||||||
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args="-Dusethreads -Duseshrplib -Dusesoname -Dusevendorprefix
|
local _args="-Dusethreads -Duseshrplib -Dusesoname -Dusevendorprefix
|
||||||
-Dprefix=/usr -Dvendorprefix=/usr
|
-Dprefix=/usr -Dvendorprefix=/usr
|
||||||
|
|||||||
Reference in New Issue
Block a user