mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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
|
pkgname=subversion
|
||||||
version=1.14.2
|
version=1.14.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-javahl --disable-static --config-cache
|
configure_args="--disable-javahl --disable-static --config-cache
|
||||||
--with-gnome-keyring --with-editor=vi --disable-mod-activation
|
--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/Config"*.p? $PERL5LIB
|
||||||
cp "$XBPS_CROSS_BASE/usr/lib/perl5/core_perl/Errno.pm" $PERL5LIB
|
cp "$XBPS_CROSS_BASE/usr/lib/perl5/core_perl/Errno.pm" $PERL5LIB
|
||||||
vsed -e "s;archlibexp => '\(.*\)';archlibexp => '${XBPS_CROSS_BASE}\1';" \
|
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
|
else
|
||||||
configure_args+=" --with-apxs"
|
configure_args+=" --with-apxs"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue