subversion: rebuild for perl-5.36.0.
This commit is contained in:
parent
fc622ae720
commit
2059bb4203
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
pkgname=subversion
|
||||
version=1.14.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-javahl --disable-static --config-cache
|
||||
--with-gnome-keyring --with-editor=vi --disable-mod-activation
|
||||
|
@ -53,7 +53,9 @@ pre_configure() {
|
|||
cp "$XBPS_CROSS_BASE/usr/lib/perl5/core_perl/Config"*.p? $PERL5LIB
|
||||
cp "$XBPS_CROSS_BASE/usr/lib/perl5/core_perl/Errno.pm" $PERL5LIB
|
||||
vsed -e "s;archlibexp => '\(.*\)';archlibexp => '${XBPS_CROSS_BASE}\1';" \
|
||||
-i $PERL5LIB/Config.pm $PERL5LIB/Config_heavy.pl
|
||||
-i $PERL5LIB/Config.pm
|
||||
vsed -e "s;archlibexp='\(.*\)';archlibexp='${XBPS_CROSS_BASE}\1';" \
|
||||
-i $PERL5LIB/Config_heavy.pl
|
||||
else
|
||||
configure_args+=" --with-apxs"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue