* 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 a16bd7c..320e7f5 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.4.1
