summaryrefslogtreecommitdiff
path: root/modules/mkstemps
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-06-27 11:47:59 +0200
committerBruno Haible <bruno@clisp.org>2020-06-27 11:47:59 +0200
commita9e307a55f6af7dc23c308a99fd6448f1611bfa9 (patch)
tree03c8b515d972578060bff4a24342d4ad3a029b1c /modules/mkstemps
parent9754bbd7939a4374158b905324f5f804b5757377 (diff)
downloadgnulib-a9e307a55f6af7dc23c308a99fd6448f1611bfa9.tar.gz
tempname et al.: Fix link errors on MSVC (regression from 2020-05-31).
* modules/tempname (Link): New section. * modules/mkdtemp (Link): Likewise. * modules/clean-temp (Link): Likewise. * modules/mkstemp (Link): Likewise. * modules/stdlib-safer (Link): Likewise. * modules/mkstemps (Link): Likewise. * modules/mkostemp (Link): Likewise. * modules/mkostemps (Link): Likewise. * modules/tmpfile (Link): Likewise. * modules/tmpfile-safer (Link): Likewise. * modules/javacomp (Link): Add $(LIB_GETRANDOM). * modules/argv-iter-tests (Makefile.am): Link test-argv-iter with $(LIB_GETRANDOM). * NEWS: Mention the changes.
Diffstat (limited to 'modules/mkstemps')
-rw-r--r--modules/mkstemps3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mkstemps b/modules/mkstemps
index 61af8d5fcd..1e5f0974c5 100644
--- a/modules/mkstemps
+++ b/modules/mkstemps
@@ -24,6 +24,9 @@ Makefile.am:
Include:
<stdlib.h>
+Link:
+$(LIB_GETRANDOM)
+
License:
LGPLv2+