From: David Bremner Date: Mon, 17 Jun 2019 05:07:45 +0000 (+0200) Subject: Merge branch 'release' X-Git-Tag: archive/debian/0.30_rc0-1~161 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b23902a61158ecdbca2d9d96c6eaf509d6e3d205;hp=2b62ca2e3b786beca8d89fa737bda0b49faa638d Merge branch 'release' --- diff --git a/configure b/configure index 554e10c9..1e7b9f7a 100755 --- a/configure +++ b/configure @@ -529,7 +529,7 @@ int main () { return 0; } EOF - if ! TEMP_GPG=$(mktemp -d); then + if ! TEMP_GPG=$(mktemp -d "${TMPDIR:-/tmp}/notmuch.XXXXXX"); then printf 'No.\nCould not make tempdir for testing session-key support.\n' errors=$((errors + 1)) elif ${CC} ${CFLAGS} ${gmime_cflags} _check_session_keys.c ${gmime_ldflags} -o _check_session_keys \