perl: fix path to configure script.
--HG-- extra : convert_revision : cb25308baa28b85fe0055366214aa623a885c7ec
This commit is contained in:
parent
23a1318acd
commit
009c05c517
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=perl
|
||||||
version=5.10.0
|
version=5.10.0
|
||||||
patch_files="$pkgname-dont-hardcode-rpath.diff"
|
patch_files="$pkgname-dont-hardcode-rpath.diff"
|
||||||
distfiles="http://www.cpan.org/src/$pkgname-$version@.tar.gz"
|
distfiles="http://www.cpan.org/src/$pkgname-$version@.tar.gz"
|
||||||
configure_script="Configure"
|
configure_script="./Configure"
|
||||||
configure_args="-Dusethreads -des -Dprefix=$XBPS_DESTDIR/$pkgname-$version
|
configure_args="-Dusethreads -des -Dprefix=$XBPS_DESTDIR/$pkgname-$version
|
||||||
-Ui_malloc -Uusemymalloc -Dinstallstyle=lib/perl5"
|
-Ui_malloc -Uusemymalloc -Dinstallstyle=lib/perl5"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue