From: David Bremner Date: Sun, 21 Jul 2019 19:06:41 +0000 (-0300) Subject: Merge branch 'debian/unstable' into release X-Git-Tag: archive/debian/0.29.2-1~7 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=cc6b1921b92c788852e12fcf6bc2c638b719f90b;hp=1f43b05174b2357bdab0e8d3ec0ec16655167045 Merge branch 'debian/unstable' into release --- diff --git a/configure b/configure index 8b80f0e0..6e73b22e 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 \