From ff0eadedd698bcf9bc8a65fa5e7e61748773a38c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 4 Sep 2014 02:23:27 +0200 Subject: [PATCH] efl: fix cross build. --- srcpkgs/efl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 4d0650e117..42f456b896 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -22,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then configure_args+=" --with-eolian-gen=/usr/bin/eolian_gen" configure_args+=" --with-bin-edje-cc=/usr/bin/edje_cc" pre_configure() { - NOCONFIGURE=1 ./autogen.sh + autoreconf -fi } fi