From: Pádraig Brady Date: Wed, 3 Jun 2015 03:29:45 +0000 (+0100) Subject: build: add a dependency on the gnulib tempname module X-Git-Tag: v8.24~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da355c98600aadbfcf82621650d5a6bbc95c7ed2;p=thirdparty%2Fcoreutils.git 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. --- 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