summaryrefslogtreecommitdiffhomepage
path: root/vars/nullmailer.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/nullmailer.vars')
-rw-r--r--vars/nullmailer.vars13
1 files changed, 13 insertions, 0 deletions
diff --git a/vars/nullmailer.vars b/vars/nullmailer.vars
new file mode 100644
index 00000000..c0815ab1
--- /dev/null
+++ b/vars/nullmailer.vars
@@ -0,0 +1,13 @@
+#
+# set -o errexit -o noglob are assumed.
+#
+
+pkg_nullmailer_configure_autotools_pre() {
+ touch ${PKG_BUILD_DIR}/ChangeLog
+ autoreconf -iv;
+};
+
+: ${PKG_NULLMAILER_CONFIG_CACHE_EXTRA:="
+local_cv_flag_NAMEDPIPEBUG=no"};
+
+# vim:filetype=sh