mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
perl-Net-SSLeay: fix cross.
This commit is contained in:
parent
0365934bce
commit
47ac918d91
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'perl-Net-SSLeay'.
|
# Template build file for 'perl-Net-SSLeay'.
|
||||||
pkgname=perl-Net-SSLeay
|
pkgname=perl-Net-SSLeay
|
||||||
version=1.76
|
version=1.76
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl libressl"
|
hostmakedepends="perl libressl"
|
||||||
|
@ -13,3 +13,7 @@ homepage="http://search.cpan.org/dist/Net-SSLeay/"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic, GPL-1"
|
||||||
distfiles="${CPAN_SITE}/Net/${pkgname/perl-/}-$version.tar.gz"
|
distfiles="${CPAN_SITE}/Net/${pkgname/perl-/}-$version.tar.gz"
|
||||||
checksum=7d7e4ed1d9fef7e143b7ba1b70072398d079c00fbb91c8cbead023db70e42c42
|
checksum=7d7e4ed1d9fef7e143b7ba1b70072398d079c00fbb91c8cbead023db70e42c42
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
sed -i 's/-mtune=generic//g' Makefile
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue