perl-List-MoreUtils: fix cross build
This commit is contained in:
parent
260e56b252
commit
736e273152
|
@ -13,3 +13,7 @@ homepage="http://search.cpan.org/~rehsack/List-MoreUtils/"
|
|||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/List/List-MoreUtils-${version}.tar.gz"
|
||||
checksum=568e093563cb2421db9d4ffc5ee4cefc3c6d7d9fe7a9d862f1584199b6394f7a
|
||||
|
||||
post_configure() {
|
||||
sed -i 's/-mtune=generic//g' Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue