From eafce5ce148c553b2512ec87577cc43c15ea8ef8 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Fri, 26 Oct 2007 22:27:45 +0200 Subject: [PATCH] Windows does not have mkdtemp. Signed-off-by: Johannes Sixt --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7787607d49..97add19472 100644 --- a/Makefile +++ b/Makefile @@ -509,6 +509,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) OLD_ICONV = YesPlease NO_C99_FORMAT = YesPlease NO_STRTOUMAX = YesPlease + NO_MKDTEMP = YesPlease NO_SVN_TESTS=YesPlease NO_PERL_MAKEMAKER=YesPlease COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -DSTRIP_EXTENSION=\".exe\" -D__USE_MINGW_ACCESS -I compat