summaryrefslogtreecommitdiff
path: root/modules/stdlib-safer
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/stdlib-safer
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/stdlib-safer')
-rw-r--r--modules/stdlib-safer3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/stdlib-safer b/modules/stdlib-safer
index 8dbd682b46..80414b3207 100644
--- a/modules/stdlib-safer
+++ b/modules/stdlib-safer
@@ -20,6 +20,9 @@ lib_SOURCES += mkstemp-safer.c
Include:
"stdlib-safer.h"
+Link:
+$(LIB_GETRANDOM)
+
License:
GPL