From 936f1c4db7bf98c307f57b1bb48049ccf5b66660 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 12 Feb 2015 17:07:52 +0100 Subject: [PATCH] atf: fix build failure (close #966). --- srcpkgs/atf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/atf/template b/srcpkgs/atf/template index 8c208fe2c0f..73e0daa8144 100644 --- a/srcpkgs/atf/template +++ b/srcpkgs/atf/template @@ -20,7 +20,7 @@ configure_args="kyua_cv_attribute_noreturn=yes kyua_cv_signal_lastno=31" pre_configure() { - libtoolize -f + autoreconf -fi } atf-devel_package() {