From 375c38d8f8a38642a965c4195fa26039bc3aad9a 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: Sat, 28 Apr 2018 17:42:20 +0000 Subject: vars/lua.vars:pkg_configure_autotools_pre(): added to forcibly call autoreconf -iv instead of autoconf (fixes lua build.) --- vars/lua.vars | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vars/lua.vars (limited to 'vars/lua.vars') diff --git a/vars/lua.vars b/vars/lua.vars new file mode 100644 index 00000000..451428fe --- /dev/null +++ b/vars/lua.vars @@ -0,0 +1,9 @@ +# +# set -o errexit -o noglob are assumed. +# + +pkg_lua_configure_autotools_pre() { + autoreconf -iv; +}; + +# vim:filetype=sh -- cgit v1.2.3