From da355c98600aadbfcf82621650d5a6bbc95c7ed2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 3 Jun 2015 04:29:45 +0100 Subject: [PATCH] build: add a dependency on the gnulib tempname module * bootstrap.conf: Add "tempname" which is needed by mktemp(1). The explicit dependency supports running gnulib-tool with the --conditional-dependencies option, used to minimize built modules. Note on a Fedora 22 system, that results in avoiding redundant builds of: areadlinkat.o asnprintf.o fd-hook.o fseterr.o printf-args.o printf-parse.o sockets.o vasnprintf.o. However --conditional-dependencies is not enabled, since it currently precludes the inclusion of gnulib tests. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index a16bd7cd63..320e7f581a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -236,6 +236,7 @@ gnulib_modules=" sys_resource sys_stat sys_wait + tempname termios timer-time timespec -- 2.47.2