summaryrefslogtreecommitdiffhomepage
path: root/vars/tdnf.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-04-29 16:06:21 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2018-04-29 16:06:21 +0000
commit864b05162254028223b65636a7d1ce201dd841ae (patch)
treea57598ef52a2e1ab3431110feceb5bca276f13bf /vars/tdnf.vars
parente3e7362b0b4f4531104532db6c5820408dce2121 (diff)
downloadmidipix_build-864b05162254028223b65636a7d1ce201dd841ae.tar.bz2
midipix_build-864b05162254028223b65636a7d1ce201dd841ae.tar.xz
vars/build.vars:tdnf: fix build.
vars/tdnf.vars:pkg_configure_autotools_pre(): added to forcibly call autoreconf -iv instead of autoconf.
Diffstat (limited to 'vars/tdnf.vars')
-rw-r--r--vars/tdnf.vars9
1 files changed, 9 insertions, 0 deletions
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