perl-Net-SSLeay: fix cross.

This commit is contained in:
Christian Neukirchen 2016-07-31 17:41:44 +02:00
parent 0365934bce
commit 47ac918d91

View File

@ -1,7 +1,7 @@
# Template build file for 'perl-Net-SSLeay'.
pkgname=perl-Net-SSLeay
version=1.76
revision=1
revision=2
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl libressl"
@ -13,3 +13,7 @@ homepage="http://search.cpan.org/dist/Net-SSLeay/"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/Net/${pkgname/perl-/}-$version.tar.gz"
checksum=7d7e4ed1d9fef7e143b7ba1b70072398d079c00fbb91c8cbead023db70e42c42
post_configure() {
sed -i 's/-mtune=generic//g' Makefile
}