perl-DateTime: hack around wrong CFLAGS for target.
This commit is contained in:
parent
82cfdb6c37
commit
ac60f48f88
|
@ -13,3 +13,7 @@ homepage="http://search.cpan.org/dist/DateTime"
|
|||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/DateTime/${pkgname/perl-/}-$version.tar.gz"
|
||||
checksum=ad701d00f7e89a50c5058f49c585054c89e85d98433b3fe4013047e091164b6f
|
||||
|
||||
post_configure() {
|
||||
sed -i 's/-mtune=generic//g' Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue