summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-04-28 17:42:20 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-04-28 17:42:20 +0000
commit375c38d8f8a38642a965c4195fa26039bc3aad9a (patch)
treefc65c0ce35f84cd47fd48837cfef581d085a3840
parent6658d73a591dd81aa725992cb2d9b5a26c2e8680 (diff)
downloadmidipix_build-375c38d8f8a38642a965c4195fa26039bc3aad9a.tar.bz2
midipix_build-375c38d8f8a38642a965c4195fa26039bc3aad9a.tar.xz
vars/lua.vars:pkg_configure_autotools_pre(): added to forcibly call autoreconf -iv instead of autoconf (fixes lua build.)
-rw-r--r--vars/lua.vars9
1 files changed, 9 insertions, 0 deletions
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