From 864b05162254028223b65636a7d1ce201dd841ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sun, 29 Apr 2018 16:06:21 +0000 Subject: vars/build.vars:tdnf: fix build. vars/tdnf.vars:pkg_configure_autotools_pre(): added to forcibly call autoreconf -iv instead of autoconf. --- vars/tdnf.vars | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vars/tdnf.vars (limited to 'vars/tdnf.vars') diff --git a/vars/tdnf.vars b/vars/tdnf.vars new file mode 100644 index 00000000..f3b53f3c --- /dev/null +++ b/vars/tdnf.vars @@ -0,0 +1,9 @@ +# +# set -o errexit -o noglob are assumed. +# + +pkg_tdnf_configure_autotools_pre() { + autoreconf -iv; +}; + +# vim:filetype=sh -- cgit v1.2.3