[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: add a dependency on the gnulib tempname module
From: |
Pádraig Brady |
Subject: |
[PATCH] build: add a dependency on the gnulib tempname module |
Date: |
Wed, 3 Jun 2015 04:43:40 +0100 |
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] build: add a dependency on the gnulib tempname module,
Pádraig Brady <=