perl-NetAddr-IP: hackfix cross.
This commit is contained in:
parent
6e1ea66479
commit
d3a6f71352
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'perl-NetAddr-IP'.
|
||||
pkgname=perl-NetAddr-IP
|
||||
version=4.079
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
|
@ -13,3 +13,8 @@ license="Artistic, GPL-1"
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
distfiles="${CPAN_SITE}/NetAddr/NetAddr-IP-${version}.tar.gz"
|
||||
checksum=ec5a82dfb7028bcd28bb3d569f95d87dd4166cc19867f2184ed3a59f6d6ca0e7
|
||||
|
||||
post_configure() {
|
||||
touch Lite/Util/config.h
|
||||
touch Lite/Util/localperl.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue