atf: fix cross build.
This commit is contained in:
parent
c451ecfbd9
commit
50e2d537dc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue