atf: fix cross build.

This commit is contained in:
Juan RP 2013-04-07 01:47:54 +02:00
parent c451ecfbd9
commit 50e2d537dc
1 changed files with 1 additions and 1 deletions

View File

@ -14,12 +14,12 @@ distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
checksum=4458bc6d1ebbbaffd86cd71a426760ff4083eca87f388d9498cd1972ecf258cc
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
hostmakedepends="libtool automake"
configure_args="kyua_cv_attribute_noreturn=yes
kyua_cv_getcwd_works=yes
kyua_cv_getopt_optreset=no
kyua_cv_getopt_plus=yes
kyua_cv_signal_lastno=31"
makedepends="automake"
pre_configure() {
autoreconf -fi
}