From f2d180e5a6771054988cb4c885a8147452150183 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 04 2020 11:53:07 +0000 Subject: Apply patch libffi-3.1-libffi_tmpdir.patch patch_name: libffi-3.1-libffi_tmpdir.patch present_in_specfile: true --- diff --git a/src/closures.c b/src/closures.c index e0d9ccd..dc95d7f 100644 --- a/src/closures.c +++ b/src/closures.c @@ -382,6 +382,7 @@ static struct const char *arg; int repeat; } open_temp_exec_file_opts[] = { + { open_temp_exec_file_env, "LIBFFI_TMPDIR", 0 }, { open_temp_exec_file_env, "TMPDIR", 0 }, { open_temp_exec_file_dir, "/tmp", 0 }, { open_temp_exec_file_dir, "/var/tmp", 0 },